#77916F

Color #77916F Xanadu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Xanadu #77916F

Tints of Xanadu #77916F

Color information

#77916F (or 0x77916F) is unknown color: approx Xanadu. HEX triplet: 77, 91 and 6F. RGB value is (119,145,111). Sum of RGB (Red+Green+Blue) = 119+145+111=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 145 - color contains mainly: green. Hex color #77916F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77916F is #886E90. Grayscale: #858585. Windows color (decimal): -8941201 or 7311735. OLE color: 7311735.

HSL color Cylindrical-coordinate representation of color #77916F: hue angle of 105.88º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77916F is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB119145111-
CMYK0.1800.230.43
HSL105.88º13.39%50.2%-
HSV(B)105.88º23.45%56.86%-
XYZ20.625.3218.84-
YUV133.35115.39117.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.73%
GREEN value IS 145 (57.03% from 255) = 38.67%
BLUE value IS 111 (43.75% from 255) = 29.6%
R=31.73%
G=38.67%
B=29.6%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1191451110.1800.230.43105.8813.3950.2
Hex77916F120172B6ad32
Octal16722115722027531521562
Binary11101111001000111011111001001011110101111010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77916F; }

 p { color: rgb(119,145,111); }

 H1.HeaderClassName
 {
   color: #77916F;
 }
 .AnyTagClassName
 {
   color: #77916F;
 }
</style>
background-color css

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

 a { background-color: rgb(119,145,111); }

 div.DivClassName
 {
   background-color: #77916F;
 }
 .BgClassName
 {
   background-color: #77916F;
 }
</style>
border-color css

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

 span { border-color: rgb(119,145,111); }

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