Html Css Color HEX #766429 Himalaya

📋 copy color: '#766429'

red 118 ◦ green 100 ◦ blue 41

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

Shades of Himalaya #766429

Tints of Himalaya #766429

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.61%

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

R = 45.56%
G = 38.61%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#766429 (or 0x766429) is known color: Himalaya. HEX triplet: 76, 64 and 29. RGB value is (118,100,41). Sum of RGB (Red+Green+Blue) = 118+100+41=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 100 (39.45% from 255 or 38.61% from 259); Blue value is 41 (16.41% from 255 or 15.83% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #766429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766429 is #899BD6. Grayscale: #626262. Windows color (decimal): -9018327 or 2712694. OLE color: 2712694.

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

Color convert

RGB 118 100 41 -
CMYK 0 0.15 0.65 0.54
HSL 45.97º 0.48% 0.31% -
HSV(B) 45.97º 0.65% 0.46% -
XYZ 12.43 13.13 3.98 -
YUV 98.66 95.46 141.8 -
System Red Green Blue C M Y K H S L
Decimal 118 100 41 0 0.15 0.65 0.54 45.97 0.48 0.31
Hex 76 64 29 0 F 41 36 2E 30 1F
Octal 166 144 51 0 17 101 66 56 60 37
Binary 1110110 1100100 101001 0 1111 1000001 110110 101110 110000 11111

Color Harmonies of #766429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766429

Black with #766429

Text Example


Text Example

White with #766429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766429; }

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

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

background-color css

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

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

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

border-color css

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

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

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