#707C7A

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

Shades of Rolling Stone #707C7A

Tints of Rolling Stone #707C7A

Color information

#707C7A (or 0x707C7A) is unknown color: approx Rolling Stone. HEX triplet: 70, 7C and 7A. RGB value is (112,124,122). Sum of RGB (Red+Green+Blue) = 112+124+122=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 124 - color contains mainly: green. Hex color #707C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707C7A is #8F8385. Grayscale: #787878. Windows color (decimal): -9405318 or 8027248. OLE color: 8027248.

HSL color Cylindrical-coordinate representation of color #707C7A: hue angle of 170º 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 #707C7A is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB112124122-
CMYK0.1000.020.51
HSL170º5.08%46.27%-
HSV(B)170º9.68%48.63%-
XYZ17.419.2721.21-
YUV120.18129.02122.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.28%
GREEN value IS 124 (48.83% from 255) = 34.64%
BLUE value IS 122 (48.05% from 255) = 34.08%
R=31.28%
G=34.64%
B=34.08%

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
Decimal1121241220.1000.020.511705.0846.27
Hex707C7AA0233aa52e
Octal160174172120263252556
Binary111000011111001111010101001011001110101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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