Html Css Color HEX #76672C Himalaya

📋 copy color: '#76672C'

red 118 ◦ green 103 ◦ blue 44

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

Shades of Himalaya #76672C

Tints of Himalaya #76672C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.87%

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

R = 44.53%
G = 38.87%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#76672C (or 0x76672C) is known color: Himalaya. HEX triplet: 76, 67 and 2C. RGB value is (118,103,44). Sum of RGB (Red+Green+Blue) = 118+103+44=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76672C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76672C is #8998D3. Grayscale: #656565. Windows color (decimal): -9017556 or 2910070. OLE color: 2910070.

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

Color convert

RGB 118 103 44 -
CMYK 0 0.13 0.63 0.54
HSL 47.84º 0.46% 0.32% -
HSV(B) 47.84º 0.63% 0.46% -
XYZ 12.78 13.73 4.36 -
YUV 100.76 95.97 140.3 -
System Red Green Blue C M Y K H S L
Decimal 118 103 44 0 0.13 0.63 0.54 47.84 0.46 0.32
Hex 76 67 2C 0 D 3F 36 30 2E 20
Octal 166 147 54 0 15 77 66 60 56 40
Binary 1110110 1100111 101100 0 1101 111111 110110 110000 101110 100000

Color Harmonies of #76672C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76672C

Black with #76672C

Text Example


Text Example

White with #76672C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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