#778970

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

Shades of Xanadu #778970

Tints of Xanadu #778970

Color information

#778970 (or 0x778970) is unknown color: approx Xanadu. HEX triplet: 77, 89 and 70. RGB value is (119,137,112). Sum of RGB (Red+Green+Blue) = 119+137+112=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 137 - color contains mainly: green. Hex color #778970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778970 is #88768F. Grayscale: #808080. Windows color (decimal): -8943248 or 7375223. OLE color: 7375223.

HSL color Cylindrical-coordinate representation of color #778970: hue angle of 103.2º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #778970 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB119137112-
CMYK0.1300.180.46
HSL103.2º10.04%48.82%-
HSV(B)103.2º18.25%53.73%-
XYZ19.4822.9818.74-
YUV128.77118.54121.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.34%
GREEN value IS 137 (53.91% from 255) = 37.23%
BLUE value IS 112 (44.14% from 255) = 30.43%
R=32.34%
G=37.23%
B=30.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1191371120.1300.180.46103.210.0448.82
Hex778970D0122E67a31
Octal16721116015022561471261
Binary1110111100010011110000110101001010111011001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778970; }

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

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

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

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

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

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

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

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