#70837E

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

Shades of Rolling Stone #70837E

Tints of Rolling Stone #70837E

Color information

#70837E (or 0x70837E) is unknown color: approx Rolling Stone. HEX triplet: 70, 83 and 7E. RGB value is (112,131,126). Sum of RGB (Red+Green+Blue) = 112+131+126=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 131 - color contains mainly: green. Hex color #70837E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70837E is #8F7C81. Grayscale: #7C7C7C. Windows color (decimal): -9403522 or 8291184. OLE color: 8291184.

HSL color Cylindrical-coordinate representation of color #70837E: hue angle of 164.21º 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 #70837E is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB112131126-
CMYK0.1500.040.49
HSL164.21º7.82%47.65%-
HSV(B)164.21º14.5%51.37%-
XYZ18.5621.1822.85-
YUV124.75128.71118.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 131 (51.56% from 255) = 35.50%
BLUE value IS 126 (49.61% from 255) = 34.15%
R=30.35%
G=35.50%
B=34.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121311260.1500.040.49164.217.8247.65
Hex70837EF0431a4830
Octal1602031761704612441060
Binary111000010000011111111011110100110001101001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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