#70756F

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

Shades of Xanadu #70756F

Tints of Xanadu #70756F

Color information

#70756F (or 0x70756F) is unknown color: approx Xanadu. HEX triplet: 70, 75 and 6F. RGB value is (112,117,111). Sum of RGB (Red+Green+Blue) = 112+117+111=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 117 - color contains mainly: green. Hex color #70756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70756F is #8F8A90. Grayscale: #727272. Windows color (decimal): -9407121 or 7304560. OLE color: 7304560.

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

Color convert

RGB112117111-
CMYK0.0400.050.54
HSL110º2.63%44.71%-
HSV(B)110º5.13%45.88%-
XYZ15.9117.3217.54-
YUV114.82125.84125.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.94%
GREEN value IS 117 (46.09% from 255) = 34.41%
BLUE value IS 111 (43.75% from 255) = 32.65%
R=32.94%
G=34.41%
B=32.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121171110.0400.050.541102.6344.71
Hex70756F405366e32d
Octal16016515740566156355
Binary1110000111010111011111000101110110110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70756F; }

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

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

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

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

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

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

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

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