Html Css Color HEX #766032 Himalaya

📋 copy color: '#766032'

red 118 ◦ green 96 ◦ blue 50

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

Shades of Himalaya #766032

Tints of Himalaya #766032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.94%

R = 44.7%
G = 36.36%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#766032 (or 0x766032) is known color: Himalaya. HEX triplet: 76, 60 and 32. RGB value is (118,96,50). Sum of RGB (Red+Green+Blue) = 118+96+50=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #766032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766032 is #899FCD. Grayscale: #616161. Windows color (decimal): -9019342 or 3301494. OLE color: 3301494.

HSL color Cylindrical-coordinate representation of color #766032: hue angle of 40.59º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #766032 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 96 50 -
CMYK 0 0.19 0.58 0.54
HSL 40.59º 0.4% 0.33% -
HSV(B) 40.59º 0.58% 0.46% -
XYZ 12.23 12.45 4.78 -
YUV 97.33 101.29 142.74 -
System Red Green Blue C M Y K H S L
Decimal 118 96 50 0 0.19 0.58 0.54 40.59 0.4 0.33
Hex 76 60 32 0 13 3A 36 29 28 21
Octal 166 140 62 0 23 72 66 51 50 41
Binary 1110110 1100000 110010 0 10011 111010 110110 101001 101000 100001

Color Harmonies of #766032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766032

Black with #766032

Text Example


Text Example

White with #766032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766032; }

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

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

background-color css

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

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

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

border-color css

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

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

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