#707473

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

Shades of Rolling Stone #707473

Tints of Rolling Stone #707473

Color information

#707473 (or 0x707473) is unknown color: approx Rolling Stone. HEX triplet: 70, 74 and 73. RGB value is (112,116,115). Sum of RGB (Red+Green+Blue) = 112+116+115=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 116 - color contains mainly: green. Hex color #707473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707473 is #8F8B8C. Grayscale: #727272. Windows color (decimal): -9407373 or 7566448. OLE color: 7566448.

HSL color Cylindrical-coordinate representation of color #707473: hue angle of 165º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #707473 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB112116115-
CMYK0.0300.010.55
HSL165º1.75%44.71%-
HSV(B)165º3.45%45.49%-
XYZ16.0217.1718.69-
YUV114.69128.17126.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.65%
GREEN value IS 116 (45.70% from 255) = 33.82%
BLUE value IS 115 (45.31% from 255) = 33.53%
R=32.65%
G=33.82%
B=33.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1121161150.0300.010.551651.7544.71
Hex70747330137a522d
Octal16016416330167245255
Binary11100001110100111001111011101111010010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707473; }

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

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

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

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

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

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

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

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