#707F7F

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

Shades of Rolling Stone #707F7F

Tints of Rolling Stone #707F7F

Color information

#707F7F (or 0x707F7F) is unknown color: approx Rolling Stone. HEX triplet: 70, 7F and 7F. RGB value is (112,127,127). Sum of RGB (Red+Green+Blue) = 112+127+127=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 127 - color contains mainly: green, blue. Hex color #707F7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707F7F is #8F8080. Grayscale: #7A7A7A. Windows color (decimal): -9404545 or 8355696. OLE color: 8355696.

HSL color Cylindrical-coordinate representation of color #707F7F: hue angle of 180º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #707F7F is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB112127127-
CMYK0.12000.50
HSL180º6.28%46.86%-
HSV(B)180º11.81%49.8%-
XYZ18.120.1623.02-
YUV122.51130.53120.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.60%
GREEN value IS 127 (50% from 255) = 34.70%
BLUE value IS 127 (50% from 255) = 34.70%
R=30.60%
G=34.70%
B=34.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1121271270.12000.501806.2846.86
Hex707F7FC0032b462f
Octal160177177140062264657
Binary11100001111111111111111000011001010110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,127,127); }

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

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

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

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

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

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

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