#778771

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

Shades of Xanadu #778771

Tints of Xanadu #778771

Color information

#778771 (or 0x778771) is unknown color: approx Xanadu. HEX triplet: 77, 87 and 71. RGB value is (119,135,113). Sum of RGB (Red+Green+Blue) = 119+135+113=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 135 - color contains mainly: green. Hex color #778771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778771 is #88788E. Grayscale: #7F7F7F. Windows color (decimal): -8943759 or 7440247. OLE color: 7440247.

HSL color Cylindrical-coordinate representation of color #778771: hue angle of 103.64º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #778771 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB119135113-
CMYK0.1200.160.47
HSL103.64º8.87%48.63%-
HSV(B)103.64º16.3%52.94%-
XYZ19.2522.4418.94-
YUV127.71119.7121.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.43%
GREEN value IS 135 (53.12% from 255) = 36.78%
BLUE value IS 113 (44.53% from 255) = 30.79%
R=32.43%
G=36.78%
B=30.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191351130.1200.160.47103.648.8748.63
Hex778771C0102F68931
Octal16720716114020571501161
Binary1110111100001111110001110001000010111111010001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778771; }

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

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

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

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

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

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

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

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