#757B73

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

Shades of Xanadu #757B73

Tints of Xanadu #757B73

Color information

#757B73 (or 0x757B73) is unknown color: approx Xanadu. HEX triplet: 75, 7B and 73. RGB value is (117,123,115). Sum of RGB (Red+Green+Blue) = 117+123+115=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 123 - color contains mainly: green. Hex color #757B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B73 is #8A848C. Grayscale: #787878. Windows color (decimal): -9077901 or 7568245. OLE color: 7568245.

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

Color convert

RGB117123115-
CMYK0.0500.070.52
HSL105º3.36%46.67%-
HSV(B)105º6.5%48.24%-
XYZ17.5119.1919-
YUV120.29125.01125.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.96%
GREEN value IS 123 (48.44% from 255) = 34.65%
BLUE value IS 115 (45.31% from 255) = 32.39%
R=32.96%
G=34.65%
B=32.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1171231150.0500.070.521053.3646.67
Hex757B73507346932f
Octal16517316350764151357
Binary1110101111101111100111010111110100110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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