#778371

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

Shades of Xanadu #778371

Tints of Xanadu #778371

Color information

#778371 (or 0x778371) is unknown color: approx Xanadu. HEX triplet: 77, 83 and 71. RGB value is (119,131,113). Sum of RGB (Red+Green+Blue) = 119+131+113=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 131 - color contains mainly: green. Hex color #778371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778371 is #887C8E. Grayscale: #7D7D7D. Windows color (decimal): -8944783 or 7439223. OLE color: 7439223.

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

Color convert

RGB119131113-
CMYK0.0900.140.49
HSL100º7.38%47.84%-
HSV(B)100º13.74%51.37%-
XYZ18.721.3518.76-
YUV125.36121.02123.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.78%
GREEN value IS 131 (51.56% from 255) = 36.09%
BLUE value IS 113 (44.53% from 255) = 31.13%
R=32.78%
G=36.09%
B=31.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191311130.0900.140.491007.3847.84
Hex77837190E3164730
Octal1672031611101661144760
Binary11101111000001111100011001011101100011100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778371; }

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

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

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

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

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

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

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

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