#70817D

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

Shades of Rolling Stone #70817D

Tints of Rolling Stone #70817D

Color information

#70817D (or 0x70817D) is unknown color: approx Rolling Stone. HEX triplet: 70, 81 and 7D. RGB value is (112,129,125). Sum of RGB (Red+Green+Blue) = 112+129+125=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 129 - color contains mainly: green. Hex color #70817D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70817D is #8F7E82. Grayscale: #7B7B7B. Windows color (decimal): -9404035 or 8225136. OLE color: 8225136.

HSL color Cylindrical-coordinate representation of color #70817D: hue angle of 165.88º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #70817D is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB112129125-
CMYK0.1300.030.49
HSL165.88º7.05%47.25%-
HSV(B)165.88º13.18%50.59%-
XYZ18.2320.6322.42-
YUV123.46128.87119.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.60%
GREEN value IS 129 (50.78% from 255) = 35.25%
BLUE value IS 125 (49.22% from 255) = 34.15%
R=30.60%
G=35.25%
B=34.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121291250.1300.030.49165.887.0547.25
Hex70817DD0331a672f
Octal160201175150361246757
Binary1110000100000011111101110101111000110100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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