#778571

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

Shades of Xanadu #778571

Tints of Xanadu #778571

Color information

#778571 (or 0x778571) is unknown color: approx Xanadu. HEX triplet: 77, 85 and 71. RGB value is (119,133,113). Sum of RGB (Red+Green+Blue) = 119+133+113=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 133 - color contains mainly: green. Hex color #778571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778571 is #887A8E. Grayscale: #7E7E7E. Windows color (decimal): -8944271 or 7439735. OLE color: 7439735.

HSL color Cylindrical-coordinate representation of color #778571: hue angle of 102º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #778571 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB119133113-
CMYK0.1100.150.48
HSL102º8.13%48.24%-
HSV(B)102º15.04%52.16%-
XYZ18.9821.8918.85-
YUV126.53120.36122.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.60%
GREEN value IS 133 (52.34% from 255) = 36.44%
BLUE value IS 113 (44.53% from 255) = 30.96%
R=32.60%
G=36.44%
B=30.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1191331130.1100.150.481028.1348.24
Hex778571B0F3066830
Octal16720516113017601461060
Binary111011110000101111000110110111111000011001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778571; }

 p { color: rgb(119,133,113); }

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

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

 a { background-color: rgb(119,133,113); }

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

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

 span { border-color: rgb(119,133,113); }

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