#779369

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

Shades of Xanadu #779369

Tints of Xanadu #779369

Color information

#779369 (or 0x779369) is unknown color: approx Xanadu. HEX triplet: 77, 93 and 69. RGB value is (119,147,105). Sum of RGB (Red+Green+Blue) = 119+147+105=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 147 - color contains mainly: green. Hex color #779369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779369 is #886C96. Grayscale: #858585. Windows color (decimal): -8940695 or 6919031. OLE color: 6919031.

HSL color Cylindrical-coordinate representation of color #779369: hue angle of 100º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #779369 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB119147105-
CMYK0.1900.290.42
HSL100º16.67%49.41%-
HSV(B)100º28.57%57.65%-
XYZ20.5925.8117.26-
YUV133.84111.72117.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.08%
GREEN value IS 147 (57.81% from 255) = 39.62%
BLUE value IS 105 (41.41% from 255) = 28.30%
R=32.08%
G=39.62%
B=28.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191471050.1900.290.4210016.6749.41
Hex7793691301D2A641131
Octal16722315123035521442161
Binary111011110010011110100110011011101101010110010010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779369; }

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

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

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

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

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

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

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

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