Html Css Color HEX #766129 Himalaya

📋 copy color: '#766129'

red 118 ◦ green 97 ◦ blue 41

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

Shades of Himalaya #766129

Tints of Himalaya #766129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.02%

R = 46.09%
G = 37.89%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#766129 (or 0x766129) is known color: Himalaya. HEX triplet: 76, 61 and 29. RGB value is (118,97,41). Sum of RGB (Red+Green+Blue) = 118+97+41=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #766129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766129 is #899ED6. Grayscale: #616161. Windows color (decimal): -9019095 or 2711926. OLE color: 2711926.

HSL color Cylindrical-coordinate representation of color #766129: hue angle of 43.64º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #766129 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 41 -
CMYK 0 0.18 0.65 0.54
HSL 43.64º 0.48% 0.31% -
HSV(B) 43.64º 0.65% 0.46% -
XYZ 12.15 12.56 3.88 -
YUV 96.9 96.46 143.05 -
System Red Green Blue C M Y K H S L
Decimal 118 97 41 0 0.18 0.65 0.54 43.64 0.48 0.31
Hex 76 61 29 0 12 41 36 2C 30 1F
Octal 166 141 51 0 22 101 66 54 60 37
Binary 1110110 1100001 101001 0 10010 1000001 110110 101100 110000 11111

Color Harmonies of #766129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766129

Black with #766129

Text Example


Text Example

White with #766129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766129; }

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

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

background-color css

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

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

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

border-color css

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

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

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