#747972

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

Shades of Xanadu #747972

Tints of Xanadu #747972

Color information

#747972 (or 0x747972) is unknown color: approx Xanadu. HEX triplet: 74, 79 and 72. RGB value is (116,121,114). Sum of RGB (Red+Green+Blue) = 116+121+114=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 121 - color contains mainly: green. Hex color #747972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747972 is #8B868D. Grayscale: #767676. Windows color (decimal): -9143950 or 7502196. OLE color: 7502196.

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

Color convert

RGB116121114-
CMYK0.0400.060.53
HSL102.86º2.98%46.08%-
HSV(B)102.86º5.79%47.45%-
XYZ17.0818.618.61-
YUV118.71125.34126.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.05%
GREEN value IS 121 (47.66% from 255) = 34.47%
BLUE value IS 114 (44.92% from 255) = 32.48%
R=33.05%
G=34.47%
B=32.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161211140.0400.060.53102.862.9846.08
Hex747972406356732e
Octal16417116240665147356
Binary1110100111100111100101000110110101110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747972; }

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

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

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

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

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

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

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

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