#779169

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

Shades of Xanadu #779169

Tints of Xanadu #779169

Color information

#779169 (or 0x779169) is unknown color: approx Xanadu. HEX triplet: 77, 91 and 69. RGB value is (119,145,105). Sum of RGB (Red+Green+Blue) = 119+145+105=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 145 - color contains mainly: green. Hex color #779169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779169 is #886E96. Grayscale: #848484. Windows color (decimal): -8941207 or 6918519. OLE color: 6918519.

HSL color Cylindrical-coordinate representation of color #779169: hue angle of 99º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #779169 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB119145105-
CMYK0.1800.280.43
HSL99º16%49.02%-
HSV(B)99º27.59%56.86%-
XYZ20.2825.1917.16-
YUV132.67112.39118.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.25%
GREEN value IS 145 (57.03% from 255) = 39.30%
BLUE value IS 105 (41.41% from 255) = 28.46%
R=32.25%
G=39.30%
B=28.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1191451050.1800.280.43991649.02
Hex7791691201C2B631031
Octal16722115122034531432061
Binary111011110010001110100110010011100101011110001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779169; }

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

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

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

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

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

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

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

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