#788771

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

Shades of Xanadu #788771

Tints of Xanadu #788771

Color information

#788771 (or 0x788771) is unknown color: approx Xanadu. HEX triplet: 78, 87 and 71. RGB value is (120,135,113). Sum of RGB (Red+Green+Blue) = 120+135+113=368 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.61% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 135 - color contains mainly: green. Hex color #788771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788771 is #87788E. Grayscale: #808080. Windows color (decimal): -8878223 or 7440248. OLE color: 7440248.

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

Color convert

RGB120135113-
CMYK0.1100.160.47
HSL100.91º8.87%48.63%-
HSV(B)100.91º16.3%52.94%-
XYZ19.3922.5118.95-
YUV128.01119.53122.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.61%
GREEN value IS 135 (53.12% from 255) = 36.68%
BLUE value IS 113 (44.53% from 255) = 30.71%
R=32.61%
G=36.68%
B=30.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1201351130.1100.160.47100.918.8748.63
Hex788771B0102F65931
Octal17020716113020571451161
Binary1111000100001111110001101101000010111111001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788771; }

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

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

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

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

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

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

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

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