#70837D

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

Shades of Rolling Stone #70837D

Tints of Rolling Stone #70837D

Color information

#70837D (or 0x70837D) is unknown color: approx Rolling Stone. HEX triplet: 70, 83 and 7D. RGB value is (112,131,125). Sum of RGB (Red+Green+Blue) = 112+131+125=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 131 - color contains mainly: green. Hex color #70837D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70837D is #8F7C82. Grayscale: #7C7C7C. Windows color (decimal): -9403523 or 8225648. OLE color: 8225648.

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

Color convert

RGB112131125-
CMYK0.1500.050.49
HSL161.05º7.82%47.65%-
HSV(B)161.05º14.5%51.37%-
XYZ18.521.1622.51-
YUV124.64128.21118.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.43%
GREEN value IS 131 (51.56% from 255) = 35.60%
BLUE value IS 125 (49.22% from 255) = 33.97%
R=30.43%
G=35.60%
B=33.97%

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
Decimal1121311250.1500.050.49161.057.8247.65
Hex70837DF0531a1830
Octal1602031751705612411060
Binary111000010000011111110111110101110001101000011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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