#717B7A

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

Shades of Rolling Stone #717B7A

Tints of Rolling Stone #717B7A

Color information

#717B7A (or 0x717B7A) is unknown color: approx Rolling Stone. HEX triplet: 71, 7B and 7A. RGB value is (113,123,122). Sum of RGB (Red+Green+Blue) = 113+123+122=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 123 - color contains mainly: green. Hex color #717B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717B7A is #8E8485. Grayscale: #777777. Windows color (decimal): -9340038 or 8026993. OLE color: 8026993.

HSL color Cylindrical-coordinate representation of color #717B7A: hue angle of 174º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #717B7A is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB113123122-
CMYK0.0800.010.52
HSL174º4.24%46.27%-
HSV(B)174º8.13%48.24%-
XYZ17.4119.0821.18-
YUV119.9129.19123.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.56%
GREEN value IS 123 (48.44% from 255) = 34.36%
BLUE value IS 122 (48.05% from 255) = 34.08%
R=31.56%
G=34.36%
B=34.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1131231220.0800.010.521744.2446.27
Hex717B7A80134ae42e
Octal161173172100164256456
Binary11100011111011111101010000111010010101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717B7A; }

 p { color: rgb(113,123,122); }

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

<style>
 a { background-color: #717B7A; }

 a { background-color: rgb(113,123,122); }

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

<style>
 span { border-color: #717B7A; }

 span { border-color: rgb(113,123,122); }

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