#76652A

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

Shades of Himalaya #76652A

Tints of Himalaya #76652A

Color information

#76652A (or 0x76652A) is unknown color: approx Himalaya. HEX triplet: 76, 65 and 2A. RGB value is (118,101,42). Sum of RGB (Red+Green+Blue) = 118+101+42=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #76652A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76652A is #899AD5. Grayscale: #636363. Windows color (decimal): -9018070 or 2778486. OLE color: 2778486.

HSL color Cylindrical-coordinate representation of color #76652A: hue angle of 46.58º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76652A is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB11810142-
CMYK00.140.640.54
HSL46.58º47.5%31.37%-
HSV(B)46.58º64.41%46.27%-
XYZ12.5413.334.1-
YUV99.3695.63141.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 101 (39.84% from 255) = 38.70%
BLUE value IS 42 (16.80% from 255) = 16.09%
R=45.21%
G=38.70%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181014200.140.640.5446.5847.531.37
Hex76652A0E40362f301f
Octal1661455201610066576037
Binary1110110110010110101001110100000011011010111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76652A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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