Html Css Color HEX #766132 Himalaya

📋 copy color: '#766132'

red 118 ◦ green 97 ◦ blue 50

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

Shades of Himalaya #766132

Tints of Himalaya #766132

RGB

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

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

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

R = 44.53%
G = 36.6%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#766132 (or 0x766132) is known color: Himalaya. HEX triplet: 76, 61 and 32. RGB value is (118,97,50). Sum of RGB (Red+Green+Blue) = 118+97+50=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #766132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766132 is #899ECD. Grayscale: #626262. Windows color (decimal): -9019086 or 3301750. OLE color: 3301750.

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

Color convert

RGB 118 97 50 -
CMYK 0 0.18 0.58 0.54
HSL 41.47º 0.4% 0.33% -
HSV(B) 41.47º 0.58% 0.46% -
XYZ 12.32 12.63 4.81 -
YUV 97.92 100.96 142.32 -
System Red Green Blue C M Y K H S L
Decimal 118 97 50 0 0.18 0.58 0.54 41.47 0.4 0.33
Hex 76 61 32 0 12 3A 36 29 28 21
Octal 166 141 62 0 22 72 66 51 50 41
Binary 1110110 1100001 110010 0 10010 111010 110110 101001 101000 100001

Color Harmonies of #766132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766132

Black with #766132

Text Example


Text Example

White with #766132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766132; }

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

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

background-color css

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

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

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

border-color css

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

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

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