#77906F

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

Shades of Xanadu #77906F

Tints of Xanadu #77906F

Color information

#77906F (or 0x77906F) is unknown color: approx Xanadu. HEX triplet: 77, 90 and 6F. RGB value is (119,144,111). Sum of RGB (Red+Green+Blue) = 119+144+111=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 144 - color contains mainly: green. Hex color #77906F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77906F is #886F90. Grayscale: #848484. Windows color (decimal): -8941457 or 7311479. OLE color: 7311479.

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

Color convert

RGB119144111-
CMYK0.1700.230.44
HSL105.45º12.94%50%-
HSV(B)105.45º22.92%56.47%-
XYZ20.4525.0218.79-
YUV132.76115.72118.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.82%
GREEN value IS 144 (56.64% from 255) = 38.50%
BLUE value IS 111 (43.75% from 255) = 29.68%
R=31.82%
G=38.50%
B=29.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191441110.1700.230.44105.4512.9450
Hex77906F110172C69d32
Octal16722015721027541511562
Binary11101111001000011011111000101011110110011010011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77906F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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