Html Css Color HEX #766936 Himalaya

📋 copy color: '#766936'

red 118 ◦ green 105 ◦ blue 54

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

Shades of Himalaya #766936

Tints of Himalaya #766936

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.91%

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

R = 42.6%
G = 37.91%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#766936 (or 0x766936) is known color: Himalaya. HEX triplet: 76, 69 and 36. RGB value is (118,105,54). Sum of RGB (Red+Green+Blue) = 118+105+54=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #766936 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766936 is #8996C9. Grayscale: #676767. Windows color (decimal): -9017034 or 3565942. OLE color: 3565942.

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

Color convert

RGB 118 105 54 -
CMYK 0 0.11 0.54 0.54
HSL 47.81º 0.37% 0.34% -
HSV(B) 47.81º 0.54% 0.46% -
XYZ 13.19 14.22 5.54 -
YUV 103.07 100.31 138.65 -
System Red Green Blue C M Y K H S L
Decimal 118 105 54 0 0.11 0.54 0.54 47.81 0.37 0.34
Hex 76 69 36 0 B 36 36 30 25 22
Octal 166 151 66 0 13 66 66 60 45 42
Binary 1110110 1101001 110110 0 1011 110110 110110 110000 100101 100010

Color Harmonies of #766936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766936

Black with #766936

Text Example


Text Example

White with #766936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766936; }

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

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

background-color css

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

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

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

border-color css

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

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

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