Html Css Color HEX #766229 Himalaya

📋 copy color: '#766229'

red 118 ◦ green 98 ◦ blue 41

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

Shades of Himalaya #766229

Tints of Himalaya #766229

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.13%

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

R = 45.91%
G = 38.13%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#766229 (or 0x766229) is known color: Himalaya. HEX triplet: 76, 62 and 29. RGB value is (118,98,41). Sum of RGB (Red+Green+Blue) = 118+98+41=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #766229 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766229 is #899DD6. Grayscale: #616161. Windows color (decimal): -9018839 or 2712182. OLE color: 2712182.

HSL color Cylindrical-coordinate representation of color #766229: hue angle of 44.42º 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 #766229 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 98 41 -
CMYK 0 0.17 0.65 0.54
HSL 44.42º 0.48% 0.31% -
HSV(B) 44.42º 0.65% 0.46% -
XYZ 12.24 12.75 3.91 -
YUV 97.48 96.13 142.63 -
System Red Green Blue C M Y K H S L
Decimal 118 98 41 0 0.17 0.65 0.54 44.42 0.48 0.31
Hex 76 62 29 0 11 41 36 2C 30 1F
Octal 166 142 51 0 21 101 66 54 60 37
Binary 1110110 1100010 101001 0 10001 1000001 110110 101100 110000 11111

Color Harmonies of #766229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766229

Black with #766229

Text Example


Text Example

White with #766229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766229; }

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

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

background-color css

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

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

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

border-color css

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

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

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