#7B662C

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

Shades of Himalaya #7B662C

Tints of Himalaya #7B662C

Color information

#7B662C (or 0x7B662C) is unknown color: approx Himalaya. HEX triplet: 7B, 66 and 2C. RGB value is (123,102,44). Sum of RGB (Red+Green+Blue) = 123+102+44=269 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.72% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 123 - color contains mainly: red. Hex color #7B662C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B662C is #8499D3. Grayscale: #656565. Windows color (decimal): -8690132 or 2909819. OLE color: 2909819.

HSL color Cylindrical-coordinate representation of color #7B662C: hue angle of 44.05º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B662C is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.52.

Color convert

RGB12310244-
CMYK00.170.640.52
HSL44.05º47.31%32.75%-
HSV(B)44.05º64.23%48.24%-
XYZ13.3713.94.36-
YUV101.6795.46143.22-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.72%
GREEN value IS 102 (40.23% from 255) = 37.92%
BLUE value IS 44 (17.58% from 255) = 16.36%
R=45.72%
G=37.92%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231024400.170.640.5244.0547.3132.75
Hex7B662C01140342c2f21
Octal1731465402110064545741
Binary111101111001101011000100011000000110100101100101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B662C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,102,44); }

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

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

 a { background-color: rgb(123,102,44); }

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

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

 span { border-color: rgb(123,102,44); }

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