Html Css Color HEX #76692A Himalaya

📋 copy color: '#76692A'

red 118 ◦ green 105 ◦ blue 42

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

Shades of Himalaya #76692A

Tints of Himalaya #76692A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.62%

 BLUE value IS 42 (16.8% from 255) = 15.85%

R = 44.53%
G = 39.62%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76692A (or 0x76692A) is known color: Himalaya. HEX triplet: 76, 69 and 2A. RGB value is (118,105,42). Sum of RGB (Red+Green+Blue) = 118+105+42=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76692A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76692A is #8996D5. Grayscale: #656565. Windows color (decimal): -9017046 or 2779510. OLE color: 2779510.

HSL color Cylindrical-coordinate representation of color #76692A: hue angle of 49.74º 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 #76692A is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 105 42 -
CMYK 0 0.11 0.64 0.54
HSL 49.74º 0.48% 0.31% -
HSV(B) 49.74º 0.64% 0.46% -
XYZ 12.94 14.12 4.23 -
YUV 101.71 94.31 139.62 -
System Red Green Blue C M Y K H S L
Decimal 118 105 42 0 0.11 0.64 0.54 49.74 0.48 0.31
Hex 76 69 2A 0 B 40 36 32 30 1F
Octal 166 151 52 0 13 100 66 62 60 37
Binary 1110110 1101001 101010 0 1011 1000000 110110 110010 110000 11111

Color Harmonies of #76692A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76692A

Black with #76692A

Text Example


Text Example

White with #76692A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #76692A;
 }
 .AnyTagClassName
 {
   color: #76692A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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