Html Css Color HEX #766332 Himalaya

📋 copy color: '#766332'

red 118 ◦ green 99 ◦ blue 50

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

Shades of Himalaya #766332

Tints of Himalaya #766332

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.08%

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

R = 44.19%
G = 37.08%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#766332 (or 0x766332) is known color: Himalaya. HEX triplet: 76, 63 and 32. RGB value is (118,99,50). Sum of RGB (Red+Green+Blue) = 118+99+50=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #766332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766332 is #899CCD. Grayscale: #636363. Windows color (decimal): -9018574 or 3302262. OLE color: 3302262.

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

Color convert

RGB 118 99 50 -
CMYK 0 0.16 0.58 0.54
HSL 43.24º 0.4% 0.33% -
HSV(B) 43.24º 0.58% 0.46% -
XYZ 12.51 13.01 4.87 -
YUV 99.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 118 99 50 0 0.16 0.58 0.54 43.24 0.4 0.33
Hex 76 63 32 0 10 3A 36 2B 28 21
Octal 166 143 62 0 20 72 66 53 50 41
Binary 1110110 1100011 110010 0 10000 111010 110110 101011 101000 100001

Color Harmonies of #766332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766332

Black with #766332

Text Example


Text Example

White with #766332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766332; }

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

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

background-color css

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

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

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

border-color css

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

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

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