#617C76

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

Shades of Rolling Stone #617C76

Tints of Rolling Stone #617C76

Color information

#617C76 (or 0x617C76) is unknown color: approx Rolling Stone. HEX triplet: 61, 7C and 76. RGB value is (97,124,118). Sum of RGB (Red+Green+Blue) = 97+124+118=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 124 - color contains mainly: green. Hex color #617C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617C76 is #9E8389. Grayscale: #737373. Windows color (decimal): -10388362 or 7765089. OLE color: 7765089.

HSL color Cylindrical-coordinate representation of color #617C76: hue angle of 166.67º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #617C76 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB97124118-
CMYK0.2200.050.51
HSL166.67º12.22%43.33%-
HSV(B)166.67º21.77%48.63%-
XYZ15.4118.2619.85-
YUV115.24129.55114.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.61%
GREEN value IS 124 (48.83% from 255) = 36.58%
BLUE value IS 118 (46.48% from 255) = 34.81%
R=28.61%
G=36.58%
B=34.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal971241180.2200.050.51166.6712.2243.33
Hex617C76160533a7c2b
Octal1411741662605632471453
Binary110000111111001110110101100101110011101001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,124,118); }

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

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

 a { background-color: rgb(97,124,118); }

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

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

 span { border-color: rgb(97,124,118); }

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