#757B72

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

Shades of Xanadu #757B72

Tints of Xanadu #757B72

Color information

#757B72 (or 0x757B72) is unknown color: approx Xanadu. HEX triplet: 75, 7B and 72. RGB value is (117,123,114). Sum of RGB (Red+Green+Blue) = 117+123+114=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 123 - color contains mainly: green. Hex color #757B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B72 is #8A848D. Grayscale: #787878. Windows color (decimal): -9077902 or 7502709. OLE color: 7502709.

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

Color convert

RGB117123114-
CMYK0.0500.070.52
HSL100º3.8%46.47%-
HSV(B)100º7.32%48.24%-
XYZ17.4619.1618.7-
YUV120.18124.51125.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.05%
GREEN value IS 123 (48.44% from 255) = 34.75%
BLUE value IS 114 (44.92% from 255) = 32.20%
R=33.05%
G=34.75%
B=32.20%

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
Decimal1171231140.0500.070.521003.846.47
Hex757B72507346442e
Octal16517316250764144456
Binary11101011111011111001010101111101001100100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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