#617F7A

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

Shades of Rolling Stone #617F7A

Tints of Rolling Stone #617F7A

Color information

#617F7A (or 0x617F7A) is unknown color: approx Rolling Stone. HEX triplet: 61, 7F and 7A. RGB value is (97,127,122). Sum of RGB (Red+Green+Blue) = 97+127+122=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 127 - color contains mainly: green. Hex color #617F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617F7A is #9E8085. Grayscale: #757575. Windows color (decimal): -10387590 or 8028001. OLE color: 8028001.

HSL color Cylindrical-coordinate representation of color #617F7A: hue angle of 170º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #617F7A is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB97127122-
CMYK0.2400.040.50
HSL170º13.39%43.92%-
HSV(B)170º23.62%49.8%-
XYZ16.0319.1321.26-
YUV117.46130.56113.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.03%
GREEN value IS 127 (50% from 255) = 36.71%
BLUE value IS 122 (48.05% from 255) = 35.26%
R=28.03%
G=36.71%
B=35.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal971271220.2400.040.5017013.3943.92
Hex617F7A180432aad2c
Octal1411771723004622521554
Binary110000111111111111010110000100110010101010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617F7A; }

 p { color: rgb(97,127,122); }

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

<style>
 a { background-color: #617F7A; }

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

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

<style>
 span { border-color: #617F7A; }

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

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