#778473

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

Shades of Xanadu #778473

Tints of Xanadu #778473

Color information

#778473 (or 0x778473) is unknown color: approx Xanadu. HEX triplet: 77, 84 and 73. RGB value is (119,132,115). Sum of RGB (Red+Green+Blue) = 119+132+115=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 132 - color contains mainly: green. Hex color #778473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778473 is #887B8C. Grayscale: #7E7E7E. Windows color (decimal): -8944525 or 7570551. OLE color: 7570551.

HSL color Cylindrical-coordinate representation of color #778473: hue angle of 105.88º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #778473 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB119132115-
CMYK0.1000.130.48
HSL105.88º6.88%48.43%-
HSV(B)105.88º12.88%51.76%-
XYZ18.9521.6619.4-
YUV126.18121.69122.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.51%
GREEN value IS 132 (51.95% from 255) = 36.07%
BLUE value IS 115 (45.31% from 255) = 31.42%
R=32.51%
G=36.07%
B=31.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1191321150.1000.130.48105.886.8848.43
Hex778473A0D306a730
Octal1672041631201560152760
Binary11101111000010011100111010011011100001101010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778473; }

 p { color: rgb(119,132,115); }

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

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

 a { background-color: rgb(119,132,115); }

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

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

 span { border-color: rgb(119,132,115); }

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