Html Css Color HEX #766029 Himalaya

📋 copy color: '#766029'

red 118 ◦ green 96 ◦ blue 41

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

Shades of Himalaya #766029

Tints of Himalaya #766029

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.65%

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

R = 46.27%
G = 37.65%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#766029 (or 0x766029) is known color: Himalaya. HEX triplet: 76, 60 and 29. RGB value is (118,96,41). Sum of RGB (Red+Green+Blue) = 118+96+41=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #766029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766029 is #899FD6. Grayscale: #606060. Windows color (decimal): -9019351 or 2711670. OLE color: 2711670.

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

Color convert

RGB 118 96 41 -
CMYK 0 0.19 0.65 0.54
HSL 42.86º 0.48% 0.31% -
HSV(B) 42.86º 0.65% 0.46% -
XYZ 12.05 12.38 3.85 -
YUV 96.31 96.79 143.47 -
System Red Green Blue C M Y K H S L
Decimal 118 96 41 0 0.19 0.65 0.54 42.86 0.48 0.31
Hex 76 60 29 0 13 41 36 2B 30 1F
Octal 166 140 51 0 23 101 66 53 60 37
Binary 1110110 1100000 101001 0 10011 1000001 110110 101011 110000 11111

Color Harmonies of #766029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766029

Black with #766029

Text Example


Text Example

White with #766029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766029; }

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

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

background-color css

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

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

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

border-color css

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

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

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