#617F7B

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

Shades of Rolling Stone #617F7B

Tints of Rolling Stone #617F7B

Color information

#617F7B (or 0x617F7B) is unknown color: approx Rolling Stone. HEX triplet: 61, 7F and 7B. RGB value is (97,127,123). Sum of RGB (Red+Green+Blue) = 97+127+123=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 127 - color contains mainly: green. Hex color #617F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617F7B is #9E8084. Grayscale: #757575. Windows color (decimal): -10387589 or 8093537. OLE color: 8093537.

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

Color convert

RGB97127123-
CMYK0.2400.030.50
HSL172º13.39%43.92%-
HSV(B)172º23.62%49.8%-
XYZ16.0919.1521.59-
YUV117.57131.06113.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.95%
GREEN value IS 127 (50% from 255) = 36.60%
BLUE value IS 123 (48.44% from 255) = 35.45%
R=27.95%
G=36.60%
B=35.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal971271230.2400.030.5017213.3943.92
Hex617F7B180332acd2c
Octal1411771733003622541554
Binary11000011111111111101111000011110010101011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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