Html Css Color HEX #766334 Himalaya

📋 copy color: '#766334'

red 118 ◦ green 99 ◦ blue 52

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

Shades of Himalaya #766334

Tints of Himalaya #766334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.33%

R = 43.87%
G = 36.8%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#766334 (or 0x766334) is known color: Himalaya. HEX triplet: 76, 63 and 34. RGB value is (118,99,52). Sum of RGB (Red+Green+Blue) = 118+99+52=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #766334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766334 is #899CCB. Grayscale: #636363. Windows color (decimal): -9018572 or 3433334. OLE color: 3433334.

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

Color convert

RGB 118 99 52 -
CMYK 0 0.16 0.56 0.54
HSL 42.73º 0.39% 0.33% -
HSV(B) 42.73º 0.56% 0.46% -
XYZ 12.55 13.02 5.1 -
YUV 99.32 101.29 141.32 -
System Red Green Blue C M Y K H S L
Decimal 118 99 52 0 0.16 0.56 0.54 42.73 0.39 0.33
Hex 76 63 34 0 10 38 36 2B 27 21
Octal 166 143 64 0 20 70 66 53 47 41
Binary 1110110 1100011 110100 0 10000 111000 110110 101011 100111 100001

Color Harmonies of #766334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766334

Black with #766334

Text Example


Text Example

White with #766334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766334; }

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

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

background-color css

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

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

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

border-color css

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

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

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