#788970

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

Shades of Xanadu #788970

Tints of Xanadu #788970

Color information

#788970 (or 0x788970) is unknown color: approx Xanadu. HEX triplet: 78, 89 and 70. RGB value is (120,137,112). Sum of RGB (Red+Green+Blue) = 120+137+112=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 137 - color contains mainly: green. Hex color #788970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788970 is #87768F. Grayscale: #818181. Windows color (decimal): -8877712 or 7375224. OLE color: 7375224.

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

Color convert

RGB120137112-
CMYK0.1200.180.46
HSL100.8º10.04%48.82%-
HSV(B)100.8º18.25%53.73%-
XYZ19.6223.0518.75-
YUV129.07118.37121.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.52%
GREEN value IS 137 (53.91% from 255) = 37.13%
BLUE value IS 112 (44.14% from 255) = 30.35%
R=32.52%
G=37.13%
B=30.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1201371120.1200.180.46100.810.0448.82
Hex788970C0122E65a31
Octal17021116014022561451261
Binary1111000100010011110000110001001010111011001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788970; }

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

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

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

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

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

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

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

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