#707C79

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

Shades of Rolling Stone #707C79

Tints of Rolling Stone #707C79

Color information

#707C79 (or 0x707C79) is unknown color: approx Rolling Stone. HEX triplet: 70, 7C and 79. RGB value is (112,124,121). Sum of RGB (Red+Green+Blue) = 112+124+121=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 124 - color contains mainly: green. Hex color #707C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707C79 is #8F8386. Grayscale: #787878. Windows color (decimal): -9405319 or 7961712. OLE color: 7961712.

HSL color Cylindrical-coordinate representation of color #707C79: hue angle of 165º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #707C79 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB112124121-
CMYK0.1000.020.51
HSL165º5.08%46.27%-
HSV(B)165º9.68%48.63%-
XYZ17.3419.2420.89-
YUV120.07128.52122.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.37%
GREEN value IS 124 (48.83% from 255) = 34.73%
BLUE value IS 121 (47.66% from 255) = 33.89%
R=31.37%
G=34.73%
B=33.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1121241210.1000.020.511655.0846.27
Hex707C79A0233a552e
Octal160174171120263245556
Binary111000011111001111001101001011001110100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707C79; }

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

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

<style>
 a { background-color: #707C79; }

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

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

<style>
 span { border-color: #707C79; }

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

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