Html Css Color HEX #766A31 Himalaya

📋 copy color: '#766A31'

red 118 ◦ green 106 ◦ blue 49

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

Shades of Himalaya #766A31

Tints of Himalaya #766A31

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.83%

 BLUE value IS 49 (19.53% from 255) = 17.95%

R = 43.22%
G = 38.83%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#766A31 (or 0x766A31) is known color: Himalaya. HEX triplet: 76, 6A and 31. RGB value is (118,106,49). Sum of RGB (Red+Green+Blue) = 118+106+49=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #766A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A31 is #8995CE. Grayscale: #676767. Windows color (decimal): -9016783 or 3238518. OLE color: 3238518.

HSL color Cylindrical-coordinate representation of color #766A31: hue angle of 49.57º degrees, saturation: 0.41, 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 #766A31 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 106 49 -
CMYK 0 0.10 0.58 0.54
HSL 49.57º 0.41% 0.33% -
HSV(B) 49.57º 0.58% 0.46% -
XYZ 13.18 14.38 4.99 -
YUV 103.09 97.48 138.63 -
System Red Green Blue C M Y K H S L
Decimal 118 106 49 0 0.10 0.58 0.54 49.57 0.41 0.33
Hex 76 6A 31 0 A 3A 36 32 29 21
Octal 166 152 61 0 12 72 66 62 51 41
Binary 1110110 1101010 110001 0 1010 111010 110110 110010 101001 100001

Color Harmonies of #766A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A31

Black with #766A31

Text Example


Text Example

White with #766A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766A31; }

 p { color: rgb(118,106,49); }

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

background-color css

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

 a { background-color: rgb(118,106,49); }

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

border-color css

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

 span { border-color: rgb(118,106,49); }

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