#757A74

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

Shades of Xanadu #757A74

Tints of Xanadu #757A74

Color information

#757A74 (or 0x757A74) is unknown color: approx Xanadu. HEX triplet: 75, 7A and 74. RGB value is (117,122,116). Sum of RGB (Red+Green+Blue) = 117+122+116=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 122 - color contains mainly: green. Hex color #757A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757A74 is #8A858B. Grayscale: #777777. Windows color (decimal): -9078156 or 7633525. OLE color: 7633525.

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

Color convert

RGB117122116-
CMYK0.0400.050.52
HSL110º2.52%46.67%-
HSV(B)110º4.92%47.84%-
XYZ17.4518.9619.26-
YUV119.82125.84125.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.96%
GREEN value IS 122 (48.05% from 255) = 34.37%
BLUE value IS 116 (45.70% from 255) = 32.68%
R=32.96%
G=34.37%
B=32.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1171221160.0400.050.521102.5246.67
Hex757A74405346e32f
Octal16517216440564156357
Binary1110101111101011101001000101110100110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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