#78692D

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

Shades of Himalaya #78692D

Tints of Himalaya #78692D

Color information

#78692D (or 0x78692D) is unknown color: approx Himalaya. HEX triplet: 78, 69 and 2D. RGB value is (120,105,45). Sum of RGB (Red+Green+Blue) = 120+105+45=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #78692D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78692D is #8796D2. Grayscale: #666666. Windows color (decimal): -8885971 or 2976120. OLE color: 2976120.

HSL color Cylindrical-coordinate representation of color #78692D: hue angle of 48º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78692D is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB12010545-
CMYK00.130.630.53
HSL48º45.45%32.35%-
HSV(B)48º62.5%47.06%-
XYZ13.2714.294.54-
YUV102.6495.47140.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.44%
GREEN value IS 105 (41.41% from 255) = 38.89%
BLUE value IS 45 (17.97% from 255) = 16.67%
R=44.44%
G=38.89%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201054500.130.630.534845.4532.35
Hex78692D0D3F35302d20
Octal170151550157765605540
Binary1111000110100110110101101111111110101110000101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78692D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78692D; }

 p { color: rgb(120,105,45); }

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

<style>
 a { background-color: #78692D; }

 a { background-color: rgb(120,105,45); }

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

<style>
 span { border-color: #78692D; }

 span { border-color: rgb(120,105,45); }

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