#778870

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

Shades of Xanadu #778870

Tints of Xanadu #778870

Color information

#778870 (or 0x778870) is unknown color: approx Xanadu. HEX triplet: 77, 88 and 70. RGB value is (119,136,112). Sum of RGB (Red+Green+Blue) = 119+136+112=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 136 - color contains mainly: green. Hex color #778870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778870 is #88778F. Grayscale: #808080. Windows color (decimal): -8943504 or 7374967. OLE color: 7374967.

HSL color Cylindrical-coordinate representation of color #778870: hue angle of 102.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #778870 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB119136112-
CMYK0.1200.180.47
HSL102.5º9.68%48.63%-
HSV(B)102.5º17.65%53.33%-
XYZ19.3422.718.69-
YUV128.18118.87121.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.43%
GREEN value IS 136 (53.52% from 255) = 37.06%
BLUE value IS 112 (44.14% from 255) = 30.52%
R=32.43%
G=37.06%
B=30.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191361120.1200.180.47102.59.6848.63
Hex778870C0122F67a31
Octal16721016014022571471261
Binary1110111100010001110000110001001010111111001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778870; }

 p { color: rgb(119,136,112); }

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

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

 a { background-color: rgb(119,136,112); }

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

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

 span { border-color: rgb(119,136,112); }

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