#788871

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

Shades of Xanadu #788871

Tints of Xanadu #788871

Color information

#788871 (or 0x788871) is unknown color: approx Xanadu. HEX triplet: 78, 88 and 71. RGB value is (120,136,113). Sum of RGB (Red+Green+Blue) = 120+136+113=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 136 - color contains mainly: green. Hex color #788871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788871 is #87778E. Grayscale: #808080. Windows color (decimal): -8877967 or 7440504. OLE color: 7440504.

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

Color convert

RGB120136113-
CMYK0.1200.170.47
HSL101.74º9.24%48.82%-
HSV(B)101.74º16.91%53.33%-
XYZ19.5322.7918.99-
YUV128.59119.2121.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.52%
GREEN value IS 136 (53.52% from 255) = 36.86%
BLUE value IS 113 (44.53% from 255) = 30.62%
R=32.52%
G=36.86%
B=30.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1201361130.1200.170.47101.749.2448.82
Hex788871C0112F66931
Octal17021016114021571461161
Binary1111000100010001110001110001000110111111001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788871; }

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

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

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

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

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

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

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

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