#657C76

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

Shades of Rolling Stone #657C76

Tints of Rolling Stone #657C76

Color information

#657C76 (or 0x657C76) is unknown color: approx Rolling Stone. HEX triplet: 65, 7C and 76. RGB value is (101,124,118). Sum of RGB (Red+Green+Blue) = 101+124+118=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 124 - color contains mainly: green. Hex color #657C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657C76 is #9A8389. Grayscale: #747474. Windows color (decimal): -10126218 or 7765093. OLE color: 7765093.

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

Color convert

RGB101124118-
CMYK0.1900.050.51
HSL164.35º10.22%44.12%-
HSV(B)164.35º18.55%48.63%-
XYZ15.8418.4919.87-
YUV116.44128.88116.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.45%
GREEN value IS 124 (48.83% from 255) = 36.15%
BLUE value IS 118 (46.48% from 255) = 34.40%
R=29.45%
G=36.15%
B=34.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1011241180.1900.050.51164.3510.2244.12
Hex657C76130533a4a2c
Octal1451741662305632441254
Binary110010111111001110110100110101110011101001001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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