#748470

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

Shades of Xanadu #748470

Tints of Xanadu #748470

Color information

#748470 (or 0x748470) is unknown color: approx Xanadu. HEX triplet: 74, 84 and 70. RGB value is (116,132,112). Sum of RGB (Red+Green+Blue) = 116+132+112=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 132 - color contains mainly: green. Hex color #748470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748470 is #8B7B8F. Grayscale: #7D7D7D. Windows color (decimal): -9141136 or 7373940. OLE color: 7373940.

HSL color Cylindrical-coordinate representation of color #748470: hue angle of 108º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #748470 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB116132112-
CMYK0.1200.150.48
HSL108º8.2%47.84%-
HSV(B)108º15.15%51.76%-
XYZ18.3821.3918.49-
YUV124.94120.7121.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.22%
GREEN value IS 132 (51.95% from 255) = 36.67%
BLUE value IS 112 (44.14% from 255) = 31.11%
R=32.22%
G=36.67%
B=31.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1161321120.1200.150.481088.247.84
Hex748470C0F306c830
Octal16420416014017601541060
Binary111010010000100111000011000111111000011011001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748470; }

 p { color: rgb(116,132,112); }

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

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

 a { background-color: rgb(116,132,112); }

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

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

 span { border-color: rgb(116,132,112); }

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