Html Css Color HEX #766133 Himalaya

📋 copy color: '#766133'

red 118 ◦ green 97 ◦ blue 51

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

Shades of Himalaya #766133

Tints of Himalaya #766133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.17%

R = 44.36%
G = 36.47%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#766133 (or 0x766133) is known color: Himalaya. HEX triplet: 76, 61 and 33. RGB value is (118,97,51). Sum of RGB (Red+Green+Blue) = 118+97+51=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #766133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766133 is #899ECC. Grayscale: #626262. Windows color (decimal): -9019085 or 3367286. OLE color: 3367286.

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

Color convert

RGB 118 97 51 -
CMYK 0 0.18 0.57 0.54
HSL 41.19º 0.4% 0.33% -
HSV(B) 41.19º 0.57% 0.46% -
XYZ 12.34 12.64 4.92 -
YUV 98.04 101.46 142.24 -
System Red Green Blue C M Y K H S L
Decimal 118 97 51 0 0.18 0.57 0.54 41.19 0.4 0.33
Hex 76 61 33 0 12 39 36 29 28 21
Octal 166 141 63 0 22 71 66 51 50 41
Binary 1110110 1100001 110011 0 10010 111001 110110 101001 101000 100001

Color Harmonies of #766133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766133

Black with #766133

Text Example


Text Example

White with #766133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766133; }

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

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

background-color css

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

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

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

border-color css

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

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

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