Html Css Color HEX #76602C Himalaya

📋 copy color: '#76602C'

red 118 ◦ green 96 ◦ blue 44

#76602C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Himalaya #76602C

Tints of Himalaya #76602C

RGB

 RED value IS 118 (46.48% from 255) = 45.74%

 GREEN value IS 96 (37.89% from 255) = 37.21%

 BLUE value IS 44 (17.58% from 255) = 17.05%

R = 45.74%
G = 37.21%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#76602C (or 0x76602C) is known color: Himalaya. HEX triplet: 76, 60 and 2C. RGB value is (118,96,44). Sum of RGB (Red+Green+Blue) = 118+96+44=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #76602C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76602C is #899FD3. Grayscale: #606060. Windows color (decimal): -9019348 or 2908278. OLE color: 2908278.

HSL color Cylindrical-coordinate representation of color #76602C: hue angle of 42.16º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76602C is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 96 44 -
CMYK 0 0.19 0.63 0.54
HSL 42.16º 0.46% 0.32% -
HSV(B) 42.16º 0.63% 0.46% -
XYZ 12.11 12.4 4.14 -
YUV 96.65 98.29 143.23 -
System Red Green Blue C M Y K H S L
Decimal 118 96 44 0 0.19 0.63 0.54 42.16 0.46 0.32
Hex 76 60 2C 0 13 3F 36 2A 2E 20
Octal 166 140 54 0 23 77 66 52 56 40
Binary 1110110 1100000 101100 0 10011 111111 110110 101010 101110 100000

Color Harmonies of #76602C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76602C

Black with #76602C

Text Example


Text Example

White with #76602C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76602C; }

 p { color: rgb(118,96,44); }

 H1.HeaderClassName
 {
   color: #76602C;
 }
 .AnyTagClassName
 {
   color: #76602C;
 }
</style>

background-color css

<style>
 a { background-color: #76602C; }

 a { background-color: rgb(118,96,44); }

 div.DivClassName
 {
   background-color: #76602C;
 }
 .BgClassName
 {
   background-color: #76602C;
 }
</style>

border-color css

<style>
 span { border-color: #76602C; }

 span { border-color: rgb(118,96,44); }

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