#77906A

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

Shades of Xanadu #77906A

Tints of Xanadu #77906A

Color information

#77906A (or 0x77906A) is unknown color: approx Xanadu. HEX triplet: 77, 90 and 6A. RGB value is (119,144,106). Sum of RGB (Red+Green+Blue) = 119+144+106=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 144 - color contains mainly: green. Hex color #77906A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77906A is #886F95. Grayscale: #848484. Windows color (decimal): -8941462 or 6983799. OLE color: 6983799.

HSL color Cylindrical-coordinate representation of color #77906A: hue angle of 99.47º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77906A is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB119144106-
CMYK0.1700.260.44
HSL99.47º15.2%49.02%-
HSV(B)99.47º26.39%56.47%-
XYZ20.1824.9117.38-
YUV132.19113.22118.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.25%
GREEN value IS 144 (56.64% from 255) = 39.02%
BLUE value IS 106 (41.80% from 255) = 28.73%
R=32.25%
G=39.02%
B=28.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191441060.1700.260.4499.4715.249.02
Hex77906A1101A2C63f31
Octal16722015221032541431761
Binary11101111001000011010101000101101010110011000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77906A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77906A; }

 p { color: rgb(119,144,106); }

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

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

 a { background-color: rgb(119,144,106); }

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

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

 span { border-color: rgb(119,144,106); }

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