#7C662F

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

Shades of Himalaya #7C662F

Tints of Himalaya #7C662F

Color information

#7C662F (or 0x7C662F) is unknown color: approx Himalaya. HEX triplet: 7C, 66 and 2F. RGB value is (124,102,47). Sum of RGB (Red+Green+Blue) = 124+102+47=273 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.42% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 124 - color contains mainly: red. Hex color #7C662F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C662F is #8399D0. Grayscale: #666666. Windows color (decimal): -8624593 or 3106428. OLE color: 3106428.

HSL color Cylindrical-coordinate representation of color #7C662F: hue angle of 42.86º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C662F is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB12410247-
CMYK00.180.620.51
HSL42.86º45.03%33.53%-
HSV(B)42.86º62.1%48.63%-
XYZ13.5813.994.67-
YUV102.3196.79143.47-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.42%
GREEN value IS 102 (40.23% from 255) = 37.36%
BLUE value IS 47 (18.75% from 255) = 17.22%
R=45.42%
G=37.36%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241024700.180.620.5142.8645.0333.53
Hex7C662F0123E332b2d22
Octal174146570227663535542
Binary11111001100110101111010010111110110011101011101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C662F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C662F; }

 p { color: rgb(124,102,47); }

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

<style>
 a { background-color: #7C662F; }

 a { background-color: rgb(124,102,47); }

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

<style>
 span { border-color: #7C662F; }

 span { border-color: rgb(124,102,47); }

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