#778570

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

Shades of Xanadu #778570

Tints of Xanadu #778570

Color information

#778570 (or 0x778570) is unknown color: approx Xanadu. HEX triplet: 77, 85 and 70. RGB value is (119,133,112). Sum of RGB (Red+Green+Blue) = 119+133+112=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 133 - color contains mainly: green. Hex color #778570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778570 is #887A8F. Grayscale: #7E7E7E. Windows color (decimal): -8944272 or 7374199. OLE color: 7374199.

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

Color convert

RGB119133112-
CMYK0.1100.160.48
HSL100º8.57%48.04%-
HSV(B)100º15.79%52.16%-
XYZ18.9221.8718.55-
YUV126.42119.86122.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.69%
GREEN value IS 133 (52.34% from 255) = 36.54%
BLUE value IS 112 (44.14% from 255) = 30.77%
R=32.69%
G=36.54%
B=30.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1191331120.1100.160.481008.5748.04
Hex778570B0103064930
Octal16720516013020601441160
Binary1110111100001011110000101101000011000011001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778570; }

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

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

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

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

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

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

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

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