#788770

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

Shades of Xanadu #788770

Tints of Xanadu #788770

Color information

#788770 (or 0x788770) is unknown color: approx Xanadu. HEX triplet: 78, 87 and 70. RGB value is (120,135,112). Sum of RGB (Red+Green+Blue) = 120+135+112=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 135 - color contains mainly: green. Hex color #788770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788770 is #87788F. Grayscale: #7F7F7F. Windows color (decimal): -8878224 or 7374712. OLE color: 7374712.

HSL color Cylindrical-coordinate representation of color #788770: hue angle of 99.13º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #788770 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB120135112-
CMYK0.1100.170.47
HSL99.13º9.31%48.43%-
HSV(B)99.13º17.04%52.94%-
XYZ19.3322.4918.65-
YUV127.89119.03122.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.70%
GREEN value IS 135 (53.12% from 255) = 36.78%
BLUE value IS 112 (44.14% from 255) = 30.52%
R=32.70%
G=36.78%
B=30.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1201351120.1100.170.4799.139.3148.43
Hex788770B0112F63930
Octal17020716013021571431160
Binary1111000100001111110000101101000110111111000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788770; }

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

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

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

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

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

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

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

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