#77632A

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

Shades of Himalaya #77632A

Tints of Himalaya #77632A

Color information

#77632A (or 0x77632A) is unknown color: approx Himalaya. HEX triplet: 77, 63 and 2A. RGB value is (119,99,42). Sum of RGB (Red+Green+Blue) = 119+99+42=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #77632A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77632A is #889CD5. Grayscale: #626262. Windows color (decimal): -8953046 or 2777975. OLE color: 2777975.

HSL color Cylindrical-coordinate representation of color #77632A: hue angle of 44.42º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #77632A is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1199942-
CMYK00.170.650.53
HSL44.42º47.83%31.57%-
HSV(B)44.42º64.71%46.67%-
XYZ12.4913.014.04-
YUV98.4896.13142.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 99 (39.06% from 255) = 38.08%
BLUE value IS 42 (16.80% from 255) = 16.15%
R=45.77%
G=38.08%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119994200.170.650.5344.4247.8331.57
Hex77632A01141352c3020
Octal1671435202110165546040
Binary111011111000111010100100011000001110101101100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77632A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,99,42); }

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

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

 a { background-color: rgb(119,99,42); }

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

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

 span { border-color: rgb(119,99,42); }

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