#70807A

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

Shades of Rolling Stone #70807A

Tints of Rolling Stone #70807A

Color information

#70807A (or 0x70807A) is unknown color: approx Rolling Stone. HEX triplet: 70, 80 and 7A. RGB value is (112,128,122). Sum of RGB (Red+Green+Blue) = 112+128+122=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 128 - color contains mainly: green. Hex color #70807A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70807A is #8F7F85. Grayscale: #7A7A7A. Windows color (decimal): -9404294 or 8028272. OLE color: 8028272.

HSL color Cylindrical-coordinate representation of color #70807A: hue angle of 157.5º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #70807A is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB112128122-
CMYK0.1200.050.50
HSL157.5º6.67%47.06%-
HSV(B)157.5º12.5%50.2%-
XYZ17.9120.2921.38-
YUV122.53127.7120.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.94%
GREEN value IS 128 (50.39% from 255) = 35.36%
BLUE value IS 122 (48.05% from 255) = 33.70%
R=30.94%
G=35.36%
B=33.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1121281220.1200.050.50157.56.6747.06
Hex70807AC05329d72f
Octal160200172140562235757
Binary11100001000000011110101100010111001010011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70807A; }

 p { color: rgb(112,128,122); }

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

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

 a { background-color: rgb(112,128,122); }

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

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

 span { border-color: rgb(112,128,122); }

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