#758570

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

Shades of Xanadu #758570

Tints of Xanadu #758570

Color information

#758570 (or 0x758570) is unknown color: approx Xanadu. HEX triplet: 75, 85 and 70. RGB value is (117,133,112). Sum of RGB (Red+Green+Blue) = 117+133+112=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 133 - color contains mainly: green. Hex color #758570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758570 is #8A7A8F. Grayscale: #7D7D7D. Windows color (decimal): -9075344 or 7374197. OLE color: 7374197.

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

Color convert

RGB117133112-
CMYK0.1200.160.48
HSL105.71º8.57%48.04%-
HSV(B)105.71º15.79%52.16%-
XYZ18.6521.7318.54-
YUV125.82120.2121.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.32%
GREEN value IS 133 (52.34% from 255) = 36.74%
BLUE value IS 112 (44.14% from 255) = 30.94%
R=32.32%
G=36.74%
B=30.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171331120.1200.160.48105.718.5748.04
Hex758570C010306a930
Octal16520516014020601521160
Binary1110101100001011110000110001000011000011010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758570; }

 p { color: rgb(117,133,112); }

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

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

 a { background-color: rgb(117,133,112); }

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

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

 span { border-color: rgb(117,133,112); }

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