Html Css Color HEX #76662C Himalaya

📋 copy color: '#76662C'

red 118 ◦ green 102 ◦ blue 44

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

Shades of Himalaya #76662C

Tints of Himalaya #76662C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.64%

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

R = 44.7%
G = 38.64%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#76662C (or 0x76662C) is known color: Himalaya. HEX triplet: 76, 66 and 2C. RGB value is (118,102,44). Sum of RGB (Red+Green+Blue) = 118+102+44=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #76662C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76662C is #8999D3. Grayscale: #646464. Windows color (decimal): -9017812 or 2909814. OLE color: 2909814.

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

Color convert

RGB 118 102 44 -
CMYK 0 0.14 0.63 0.54
HSL 47.03º 0.46% 0.32% -
HSV(B) 47.03º 0.63% 0.46% -
XYZ 12.68 13.54 4.33 -
YUV 100.17 96.3 140.72 -
System Red Green Blue C M Y K H S L
Decimal 118 102 44 0 0.14 0.63 0.54 47.03 0.46 0.32
Hex 76 66 2C 0 E 3F 36 2F 2E 20
Octal 166 146 54 0 16 77 66 57 56 40
Binary 1110110 1100110 101100 0 1110 111111 110110 101111 101110 100000

Color Harmonies of #76662C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76662C

Black with #76662C

Text Example


Text Example

White with #76662C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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