#778872

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

Shades of Xanadu #778872

Tints of Xanadu #778872

Color information

#778872 (or 0x778872) is unknown color: approx Xanadu. HEX triplet: 77, 88 and 72. RGB value is (119,136,114). Sum of RGB (Red+Green+Blue) = 119+136+114=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 136 - color contains mainly: green. Hex color #778872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778872 is #88778D. Grayscale: #808080. Windows color (decimal): -8943502 or 7506039. OLE color: 7506039.

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

Color convert

RGB119136114-
CMYK0.1200.160.47
HSL106.36º8.8%49.02%-
HSV(B)106.36º16.18%53.33%-
XYZ19.4522.7519.28-
YUV128.41119.87121.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.25%
GREEN value IS 136 (53.52% from 255) = 36.86%
BLUE value IS 114 (44.92% from 255) = 30.89%
R=32.25%
G=36.86%
B=30.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191361140.1200.160.47106.368.849.02
Hex778872C0102F6a931
Octal16721016214020571521161
Binary1110111100010001110010110001000010111111010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778872; }

 p { color: rgb(119,136,114); }

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

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

 a { background-color: rgb(119,136,114); }

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

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

 span { border-color: rgb(119,136,114); }

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