#77652D

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

Shades of Himalaya #77652D

Tints of Himalaya #77652D

Color information

#77652D (or 0x77652D) is unknown color: approx Himalaya. HEX triplet: 77, 65 and 2D. RGB value is (119,101,45). Sum of RGB (Red+Green+Blue) = 119+101+45=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #77652D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77652D is #889AD2. Grayscale: #646464. Windows color (decimal): -8952531 or 2975095. OLE color: 2975095.

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

Color convert

RGB11910145-
CMYK00.150.620.53
HSL45.41º45.12%32.16%-
HSV(B)45.41º62.18%46.67%-
XYZ12.7413.424.4-
YUV10096.96141.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 101 (39.84% from 255) = 38.11%
BLUE value IS 45 (17.97% from 255) = 16.98%
R=44.91%
G=38.11%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191014500.150.620.5345.4145.1232.16
Hex77652D0F3E352d2d20
Octal167145550177665555540
Binary1110111110010110110101111111110110101101101101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77652D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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