#77652A

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

Shades of Himalaya #77652A

Tints of Himalaya #77652A

Color information

#77652A (or 0x77652A) is unknown color: approx Himalaya. HEX triplet: 77, 65 and 2A. RGB value is (119,101,42). Sum of RGB (Red+Green+Blue) = 119+101+42=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #77652A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77652A is #889AD5. Grayscale: #636363. Windows color (decimal): -8952534 or 2778487. OLE color: 2778487.

HSL color Cylindrical-coordinate representation of color #77652A: hue angle of 45.97º 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 #77652A is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB11910142-
CMYK00.150.650.53
HSL45.97º47.83%31.57%-
HSV(B)45.97º64.71%46.67%-
XYZ12.6813.44.11-
YUV99.6695.46141.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.42%
GREEN value IS 101 (39.84% from 255) = 38.55%
BLUE value IS 42 (16.80% from 255) = 16.03%
R=45.42%
G=38.55%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191014200.150.650.5345.9747.8331.57
Hex77652A0F41352e3020
Octal1671455201710165566040
Binary11101111100101101010011111000001110101101110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77652A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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