#757A73

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

Shades of Xanadu #757A73

Tints of Xanadu #757A73

Color information

#757A73 (or 0x757A73) is unknown color: approx Xanadu. HEX triplet: 75, 7A and 73. RGB value is (117,122,115). Sum of RGB (Red+Green+Blue) = 117+122+115=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 122 - color contains mainly: green. Hex color #757A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757A73 is #8A858C. Grayscale: #777777. Windows color (decimal): -9078157 or 7567989. OLE color: 7567989.

HSL color Cylindrical-coordinate representation of color #757A73: hue angle of 102.86º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #757A73 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB117122115-
CMYK0.0400.060.52
HSL102.86º2.95%46.47%-
HSV(B)102.86º5.74%47.84%-
XYZ17.3918.9418.96-
YUV119.71125.34126.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.05%
GREEN value IS 122 (48.05% from 255) = 34.46%
BLUE value IS 115 (45.31% from 255) = 32.49%
R=33.05%
G=34.46%
B=32.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1171221150.0400.060.52102.862.9546.47
Hex757A73406346732e
Octal16517216340664147356
Binary1110101111101011100111000110110100110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757A73; }

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

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

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

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

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

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

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

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