#778173

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

Shades of Xanadu #778173

Tints of Xanadu #778173

Color information

#778173 (or 0x778173) is unknown color: approx Xanadu. HEX triplet: 77, 81 and 73. RGB value is (119,129,115). Sum of RGB (Red+Green+Blue) = 119+129+115=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 129 - color contains mainly: green. Hex color #778173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778173 is #887E8C. Grayscale: #7C7C7C. Windows color (decimal): -8945293 or 7569783. OLE color: 7569783.

HSL color Cylindrical-coordinate representation of color #778173: hue angle of 102.86º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #778173 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB119129115-
CMYK0.0800.110.49
HSL102.86º5.74%47.84%-
HSV(B)102.86º10.85%50.59%-
XYZ18.5520.8619.27-
YUV124.41122.69124.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.78%
GREEN value IS 129 (50.78% from 255) = 35.54%
BLUE value IS 115 (45.31% from 255) = 31.68%
R=32.78%
G=35.54%
B=31.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191291150.0800.110.49102.865.7447.84
Hex77817380B3167630
Octal1672011631001361147660
Binary11101111000000111100111000010111100011100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778173; }

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

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

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

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

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

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

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

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