#757973

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

Shades of Xanadu #757973

Tints of Xanadu #757973

Color information

#757973 (or 0x757973) is unknown color: approx Xanadu. HEX triplet: 75, 79 and 73. RGB value is (117,121,115). Sum of RGB (Red+Green+Blue) = 117+121+115=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 121 - color contains mainly: green. Hex color #757973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757973 is #8A868C. Grayscale: #777777. Windows color (decimal): -9078413 or 7567733. OLE color: 7567733.

HSL color Cylindrical-coordinate representation of color #757973: hue angle of 100º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #757973 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB117121115-
CMYK0.0300.050.53
HSL100º2.54%46.27%-
HSV(B)100º4.96%47.45%-
XYZ17.2718.6918.92-
YUV119.12125.67126.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.14%
GREEN value IS 121 (47.66% from 255) = 34.28%
BLUE value IS 115 (45.31% from 255) = 32.58%
R=33.14%
G=34.28%
B=32.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171211150.0300.050.531002.5446.27
Hex757973305356432e
Octal16517116330565144356
Binary111010111110011110011110101110101110010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757973; }

 p { color: rgb(117,121,115); }

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

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

 a { background-color: rgb(117,121,115); }

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

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

 span { border-color: rgb(117,121,115); }

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