#747872

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

Shades of Xanadu #747872

Tints of Xanadu #747872

Color information

#747872 (or 0x747872) is unknown color: approx Xanadu. HEX triplet: 74, 78 and 72. RGB value is (116,120,114). Sum of RGB (Red+Green+Blue) = 116+120+114=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 120 - color contains mainly: green. Hex color #747872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747872 is #8B878D. Grayscale: #767676. Windows color (decimal): -9144206 or 7501940. OLE color: 7501940.

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

Color convert

RGB116120114-
CMYK0.0300.050.53
HSL100º2.56%45.88%-
HSV(B)100º5%47.06%-
XYZ16.9618.3618.57-
YUV118.12125.67126.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.14%
GREEN value IS 120 (47.27% from 255) = 34.29%
BLUE value IS 114 (44.92% from 255) = 32.57%
R=33.14%
G=34.29%
B=32.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161201140.0300.050.531002.5645.88
Hex747872305356432e
Octal16417016230565144356
Binary111010011110001110010110101110101110010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747872; }

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

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

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

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

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

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

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

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