#778971

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

Shades of Xanadu #778971

Tints of Xanadu #778971

Color information

#778971 (or 0x778971) is unknown color: approx Xanadu. HEX triplet: 77, 89 and 71. RGB value is (119,137,113). Sum of RGB (Red+Green+Blue) = 119+137+113=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 137 - color contains mainly: green. Hex color #778971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778971 is #88768E. Grayscale: #808080. Windows color (decimal): -8943247 or 7440759. OLE color: 7440759.

HSL color Cylindrical-coordinate representation of color #778971: hue angle of 105º 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 #778971 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB119137113-
CMYK0.1300.180.46
HSL105º9.6%49.02%-
HSV(B)105º17.52%53.73%-
XYZ19.5323.0119.03-
YUV128.88119.04120.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.25%
GREEN value IS 137 (53.91% from 255) = 37.13%
BLUE value IS 113 (44.53% from 255) = 30.62%
R=32.25%
G=37.13%
B=30.62%

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
Decimal1191371130.1300.180.461059.649.02
Hex778971D0122E69a31
Octal16721116115022561511261
Binary1110111100010011110001110101001010111011010011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778971; }

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

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

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

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

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

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

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

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