#778F69

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

Shades of Xanadu #778F69

Tints of Xanadu #778F69

Color information

#778F69 (or 0x778F69) is unknown color: approx Xanadu. HEX triplet: 77, 8F and 69. RGB value is (119,143,105). Sum of RGB (Red+Green+Blue) = 119+143+105=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 143 - color contains mainly: green. Hex color #778F69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778F69 is #887096. Grayscale: #838383. Windows color (decimal): -8941719 or 6918007. OLE color: 6918007.

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

Color convert

RGB119143105-
CMYK0.1700.270.44
HSL97.89º15.32%48.63%-
HSV(B)97.89º26.57%56.08%-
XYZ19.9824.5917.06-
YUV131.49113.05119.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.43%
GREEN value IS 143 (56.25% from 255) = 38.96%
BLUE value IS 105 (41.41% from 255) = 28.61%
R=32.43%
G=38.96%
B=28.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191431050.1700.270.4497.8915.3248.63
Hex778F691101B2C62f31
Octal16721715121033541421761
Binary11101111000111111010011000101101110110011000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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