#74672A

Color #74672A Himalaya (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Himalaya #74672A

Tints of Himalaya #74672A

Color information

#74672A (or 0x74672A) is unknown color: approx Himalaya. HEX triplet: 74, 67 and 2A. RGB value is (116,103,42). Sum of RGB (Red+Green+Blue) = 116+103+42=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #74672A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74672A is #8B98D5. Grayscale: #646464. Windows color (decimal): -9148630 or 2778996. OLE color: 2778996.

HSL color Cylindrical-coordinate representation of color #74672A: hue angle of 49.46º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74672A is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB11610342-
CMYK00.110.640.55
HSL49.46º46.84%30.98%-
HSV(B)49.46º63.79%45.49%-
XYZ12.4713.584.15-
YUV99.9395.31139.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 44.44%
GREEN value IS 103 (40.62% from 255) = 39.46%
BLUE value IS 42 (16.80% from 255) = 16.09%
R=44.44%
G=39.46%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161034200.110.640.5549.4646.8430.98
Hex74672A0B4037312f1f
Octal1641475201310067615737
Binary1110100110011110101001011100000011011111000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74672A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74672A; }

 p { color: rgb(116,103,42); }

 H1.HeaderClassName
 {
   color: #74672A;
 }
 .AnyTagClassName
 {
   color: #74672A;
 }
</style>
background-color css

<style>
 a { background-color: #74672A; }

 a { background-color: rgb(116,103,42); }

 div.DivClassName
 {
   background-color: #74672A;
 }
 .BgClassName
 {
   background-color: #74672A;
 }
</style>
border-color css

<style>
 span { border-color: #74672A; }

 span { border-color: rgb(116,103,42); }

 td.TdClassName
 {
   border-color: #74672A;
 }
 .TagClassName
 {
   border-color: #74672A;
 }
</style>