#707F7B

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

Shades of Rolling Stone #707F7B

Tints of Rolling Stone #707F7B

Color information

#707F7B (or 0x707F7B) is unknown color: approx Rolling Stone. HEX triplet: 70, 7F and 7B. RGB value is (112,127,123). Sum of RGB (Red+Green+Blue) = 112+127+123=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 127 - color contains mainly: green. Hex color #707F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707F7B is #8F8084. Grayscale: #7A7A7A. Windows color (decimal): -9404549 or 8093552. OLE color: 8093552.

HSL color Cylindrical-coordinate representation of color #707F7B: hue angle of 164º 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 #707F7B is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB112127123-
CMYK0.1200.030.50
HSL164º6.28%46.86%-
HSV(B)164º11.81%49.8%-
XYZ17.8520.0521.67-
YUV122.06128.53120.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.94%
GREEN value IS 127 (50% from 255) = 35.08%
BLUE value IS 123 (48.44% from 255) = 33.98%
R=30.94%
G=35.08%
B=33.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1121271230.1200.030.501646.2846.86
Hex707F7BC0332a462f
Octal160177173140362244657
Binary111000011111111111011110001111001010100100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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