#70807C

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

Shades of Rolling Stone #70807C

Tints of Rolling Stone #70807C

Color information

#70807C (or 0x70807C) is unknown color: approx Rolling Stone. HEX triplet: 70, 80 and 7C. RGB value is (112,128,124). Sum of RGB (Red+Green+Blue) = 112+128+124=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 128 - color contains mainly: green. Hex color #70807C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70807C is #8F7F83. Grayscale: #7A7A7A. Windows color (decimal): -9404292 or 8159344. OLE color: 8159344.

HSL color Cylindrical-coordinate representation of color #70807C: hue angle of 165º 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 #70807C is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB112128124-
CMYK0.1200.030.50
HSL165º6.67%47.06%-
HSV(B)165º12.5%50.2%-
XYZ18.0420.3422.04-
YUV122.76128.7120.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.77%
GREEN value IS 128 (50.39% from 255) = 35.16%
BLUE value IS 124 (48.83% from 255) = 34.07%
R=30.77%
G=35.16%
B=34.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1121281240.1200.030.501656.6747.06
Hex70807CC0332a572f
Octal160200174140362245757
Binary1110000100000001111100110001111001010100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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