#657A74

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

Shades of Rolling Stone #657A74

Tints of Rolling Stone #657A74

Color information

#657A74 (or 0x657A74) is unknown color: approx Rolling Stone. HEX triplet: 65, 7A and 74. RGB value is (101,122,116). Sum of RGB (Red+Green+Blue) = 101+122+116=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 122 - color contains mainly: green. Hex color #657A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657A74 is #9A858B. Grayscale: #737373. Windows color (decimal): -10126732 or 7633509. OLE color: 7633509.

HSL color Cylindrical-coordinate representation of color #657A74: hue angle of 162.86º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #657A74 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB101122116-
CMYK0.1700.050.52
HSL162.86º9.42%43.73%-
HSV(B)162.86º17.21%47.84%-
XYZ15.4817.9519.17-
YUV115.04128.54117.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.79%
GREEN value IS 122 (48.05% from 255) = 35.99%
BLUE value IS 116 (45.70% from 255) = 34.22%
R=29.79%
G=35.99%
B=34.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1011221160.1700.050.52162.869.4243.73
Hex657A74110534a392c
Octal1451721642105642431154
Binary110010111110101110100100010101110100101000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657A74; }

 p { color: rgb(101,122,116); }

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

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

 a { background-color: rgb(101,122,116); }

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

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

 span { border-color: rgb(101,122,116); }

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