#788870

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

Shades of Xanadu #788870

Tints of Xanadu #788870

Color information

#788870 (or 0x788870) is unknown color: approx Xanadu. HEX triplet: 78, 88 and 70. RGB value is (120,136,112). Sum of RGB (Red+Green+Blue) = 120+136+112=368 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.61% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 136 - color contains mainly: green. Hex color #788870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788870 is #87778F. Grayscale: #808080. Windows color (decimal): -8877968 or 7374968. OLE color: 7374968.

HSL color Cylindrical-coordinate representation of color #788870: hue angle of 100º 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 #788870 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB120136112-
CMYK0.1200.180.47
HSL100º9.68%48.63%-
HSV(B)100º17.65%53.33%-
XYZ19.4722.7718.7-
YUV128.48118.7121.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.61%
GREEN value IS 136 (53.52% from 255) = 36.96%
BLUE value IS 112 (44.14% from 255) = 30.43%
R=32.61%
G=36.96%
B=30.43%

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
Decimal1201361120.1200.180.471009.6848.63
Hex788870C0122F64a31
Octal17021016014022571441261
Binary1111000100010001110000110001001010111111001001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788870; }

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

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

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

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

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

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

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

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