#70837C

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

Shades of Rolling Stone #70837C

Tints of Rolling Stone #70837C

Color information

#70837C (or 0x70837C) is unknown color: approx Rolling Stone. HEX triplet: 70, 83 and 7C. RGB value is (112,131,124). Sum of RGB (Red+Green+Blue) = 112+131+124=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 131 - color contains mainly: green. Hex color #70837C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70837C is #8F7C83. Grayscale: #7C7C7C. Windows color (decimal): -9403524 or 8160112. OLE color: 8160112.

HSL color Cylindrical-coordinate representation of color #70837C: hue angle of 157.89º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #70837C is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB112131124-
CMYK0.1500.050.49
HSL157.89º7.82%47.65%-
HSV(B)157.89º14.5%51.37%-
XYZ18.4421.1322.18-
YUV124.52127.71119.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.52%
GREEN value IS 131 (51.56% from 255) = 35.69%
BLUE value IS 124 (48.83% from 255) = 33.79%
R=30.52%
G=35.69%
B=33.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121311240.1500.050.49157.897.8247.65
Hex70837CF05319e830
Octal1602031741705612361060
Binary111000010000011111110011110101110001100111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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