#617773

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

Shades of Rolling Stone #617773

Tints of Rolling Stone #617773

Color information

#617773 (or 0x617773) is unknown color: approx Rolling Stone. HEX triplet: 61, 77 and 73. RGB value is (97,119,115). Sum of RGB (Red+Green+Blue) = 97+119+115=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 119 - color contains mainly: green. Hex color #617773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617773 is #9E888C. Grayscale: #6F6F6F. Windows color (decimal): -10389645 or 7567201. OLE color: 7567201.

HSL color Cylindrical-coordinate representation of color #617773: hue angle of 169.09º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #617773 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB97119115-
CMYK0.1800.030.53
HSL169.09º10.19%42.35%-
HSV(B)169.09º18.49%46.67%-
XYZ14.6216.9718.73-
YUV111.97129.71117.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.31%
GREEN value IS 119 (46.88% from 255) = 35.95%
BLUE value IS 115 (45.31% from 255) = 34.74%
R=29.31%
G=35.95%
B=34.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal971191150.1800.030.53169.0910.1942.35
Hex617773120335a9a2a
Octal1411671632203652511252
Binary11000011110111111001110010011110101101010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617773; }

 p { color: rgb(97,119,115); }

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

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

 a { background-color: rgb(97,119,115); }

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

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

 span { border-color: rgb(97,119,115); }

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