Html Css Color HEX #76612C Himalaya

📋 copy color: '#76612C'

red 118 ◦ green 97 ◦ blue 44

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

Shades of Himalaya #76612C

Tints of Himalaya #76612C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.45%

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

R = 45.56%
G = 37.45%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#76612C (or 0x76612C) is known color: Himalaya. HEX triplet: 76, 61 and 2C. RGB value is (118,97,44). Sum of RGB (Red+Green+Blue) = 118+97+44=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #76612C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76612C is #899ED3. Grayscale: #616161. Windows color (decimal): -9019092 or 2908534. OLE color: 2908534.

HSL color Cylindrical-coordinate representation of color #76612C: hue angle of 42.97º 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 #76612C is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 44 -
CMYK 0 0.18 0.63 0.54
HSL 42.97º 0.46% 0.32% -
HSV(B) 42.97º 0.63% 0.46% -
XYZ 12.2 12.58 4.17 -
YUV 97.24 97.96 142.81 -
System Red Green Blue C M Y K H S L
Decimal 118 97 44 0 0.18 0.63 0.54 42.97 0.46 0.32
Hex 76 61 2C 0 12 3F 36 2B 2E 20
Octal 166 141 54 0 22 77 66 53 56 40
Binary 1110110 1100001 101100 0 10010 111111 110110 101011 101110 100000

Color Harmonies of #76612C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76612C

Black with #76612C

Text Example


Text Example

White with #76612C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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