Html Css Color HEX #766736 Himalaya

📋 copy color: '#766736'

red 118 ◦ green 103 ◦ blue 54

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

Shades of Himalaya #766736

Tints of Himalaya #766736

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.45%

 BLUE value IS 54 (21.48% from 255) = 19.64%

R = 42.91%
G = 37.45%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#766736 (or 0x766736) is known color: Himalaya. HEX triplet: 76, 67 and 36. RGB value is (118,103,54). Sum of RGB (Red+Green+Blue) = 118+103+54=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #766736 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766736 is #8998C9. Grayscale: #666666. Windows color (decimal): -9017546 or 3565430. OLE color: 3565430.

HSL color Cylindrical-coordinate representation of color #766736: hue angle of 45.94º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #766736 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 103 54 -
CMYK 0 0.13 0.54 0.54
HSL 45.94º 0.37% 0.34% -
HSV(B) 45.94º 0.54% 0.46% -
XYZ 12.99 13.82 5.47 -
YUV 101.9 100.97 139.48 -
System Red Green Blue C M Y K H S L
Decimal 118 103 54 0 0.13 0.54 0.54 45.94 0.37 0.34
Hex 76 67 36 0 D 36 36 2E 25 22
Octal 166 147 66 0 15 66 66 56 45 42
Binary 1110110 1100111 110110 0 1101 110110 110110 101110 100101 100010

Color Harmonies of #766736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766736

Black with #766736

Text Example


Text Example

White with #766736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766736; }

 p { color: rgb(118,103,54); }

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

background-color css

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

 a { background-color: rgb(118,103,54); }

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

border-color css

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

 span { border-color: rgb(118,103,54); }

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