#757974

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

Shades of Xanadu #757974

Tints of Xanadu #757974

Color information

#757974 (or 0x757974) is unknown color: approx Xanadu. HEX triplet: 75, 79 and 74. RGB value is (117,121,116). Sum of RGB (Red+Green+Blue) = 117+121+116=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 121 - color contains mainly: green. Hex color #757974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757974 is #8A868B. Grayscale: #777777. Windows color (decimal): -9078412 or 7633269. OLE color: 7633269.

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

Color convert

RGB117121116-
CMYK0.0300.040.53
HSL108º2.11%46.47%-
HSV(B)108º4.13%47.45%-
XYZ17.3318.7219.22-
YUV119.23126.17126.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.05%
GREEN value IS 121 (47.66% from 255) = 34.18%
BLUE value IS 116 (45.70% from 255) = 32.77%
R=33.05%
G=34.18%
B=32.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171211160.0300.040.531082.1146.47
Hex757974304356c22e
Octal16517116430465154256
Binary111010111110011110100110100110101110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757974; }

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

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

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

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

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

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

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

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