#617E7A

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

Shades of Rolling Stone #617E7A

Tints of Rolling Stone #617E7A

Color information

#617E7A (or 0x617E7A) is unknown color: approx Rolling Stone. HEX triplet: 61, 7E and 7A. RGB value is (97,126,122). Sum of RGB (Red+Green+Blue) = 97+126+122=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 126 - color contains mainly: green. Hex color #617E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617E7A is #9E8185. Grayscale: #747474. Windows color (decimal): -10387846 or 8027745. OLE color: 8027745.

HSL color Cylindrical-coordinate representation of color #617E7A: hue angle of 171.72º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #617E7A is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB97126122-
CMYK0.2300.030.51
HSL171.72º13%43.73%-
HSV(B)171.72º23.02%49.41%-
XYZ15.918.8721.22-
YUV116.87130.89113.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.12%
GREEN value IS 126 (49.61% from 255) = 36.52%
BLUE value IS 122 (48.05% from 255) = 35.36%
R=28.12%
G=36.52%
B=35.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal971261220.2300.030.51171.721343.73
Hex617E7A170333acd2c
Octal1411761722703632541554
Binary11000011111110111101010111011110011101011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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