#778F6A

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

Shades of Xanadu #778F6A

Tints of Xanadu #778F6A

Color information

#778F6A (or 0x778F6A) is unknown color: approx Xanadu. HEX triplet: 77, 8F and 6A. RGB value is (119,143,106). Sum of RGB (Red+Green+Blue) = 119+143+106=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 143 - color contains mainly: green. Hex color #778F6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778F6A is #887095. Grayscale: #838383. Windows color (decimal): -8941718 or 6983543. OLE color: 6983543.

HSL color Cylindrical-coordinate representation of color #778F6A: hue angle of 98.92º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #778F6A is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB119143106-
CMYK0.1700.260.44
HSL98.92º14.86%48.82%-
HSV(B)98.92º25.87%56.08%-
XYZ20.0324.6117.33-
YUV131.61113.55119.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.34%
GREEN value IS 143 (56.25% from 255) = 38.86%
BLUE value IS 106 (41.80% from 255) = 28.80%
R=32.34%
G=38.86%
B=28.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191431060.1700.260.4498.9214.8648.82
Hex778F6A1101A2C63f31
Octal16721715221032541431761
Binary11101111000111111010101000101101010110011000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778F6A; }

 p { color: rgb(119,143,106); }

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

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

 a { background-color: rgb(119,143,106); }

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

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

 span { border-color: rgb(119,143,106); }

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