#778370

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

Shades of Xanadu #778370

Tints of Xanadu #778370

Color information

#778370 (or 0x778370) is unknown color: approx Xanadu. HEX triplet: 77, 83 and 70. RGB value is (119,131,112). Sum of RGB (Red+Green+Blue) = 119+131+112=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 131 - color contains mainly: green. Hex color #778370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778370 is #887C8F. Grayscale: #7D7D7D. Windows color (decimal): -8944784 or 7373687. OLE color: 7373687.

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

Color convert

RGB119131112-
CMYK0.0900.150.49
HSL97.89º7.82%47.65%-
HSV(B)97.89º14.5%51.37%-
XYZ18.6521.3218.46-
YUV125.25120.52123.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.87%
GREEN value IS 131 (51.56% from 255) = 36.19%
BLUE value IS 112 (44.14% from 255) = 30.94%
R=32.87%
G=36.19%
B=30.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191311120.0900.150.4997.897.8247.65
Hex77837090F3162830
Octal16720316011017611421060
Binary111011110000011111000010010111111000111000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778370; }

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

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

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

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

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

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

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

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