#748170

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

Shades of Xanadu #748170

Tints of Xanadu #748170

Color information

#748170 (or 0x748170) is unknown color: approx Xanadu. HEX triplet: 74, 81 and 70. RGB value is (116,129,112). Sum of RGB (Red+Green+Blue) = 116+129+112=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 129 - color contains mainly: green. Hex color #748170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748170 is #8B7E8F. Grayscale: #7B7B7B. Windows color (decimal): -9141904 or 7373172. OLE color: 7373172.

HSL color Cylindrical-coordinate representation of color #748170: hue angle of 105.88º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #748170 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB116129112-
CMYK0.1000.130.49
HSL105.88º7.05%47.25%-
HSV(B)105.88º13.18%50.59%-
XYZ17.9820.5818.35-
YUV123.18121.69122.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.49%
GREEN value IS 129 (50.78% from 255) = 36.13%
BLUE value IS 112 (44.14% from 255) = 31.37%
R=32.49%
G=36.13%
B=31.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1161291120.1000.130.49105.887.0547.25
Hex748170A0D316a72f
Octal1642011601201561152757
Binary11101001000000111100001010011011100011101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748170; }

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

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

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

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

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

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

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

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