#647772

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

Shades of Rolling Stone #647772

Tints of Rolling Stone #647772

Color information

#647772 (or 0x647772) is unknown color: approx Rolling Stone. HEX triplet: 64, 77 and 72. RGB value is (100,119,114). Sum of RGB (Red+Green+Blue) = 100+119+114=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 119 - color contains mainly: green. Hex color #647772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647772 is #9B888D. Grayscale: #707070. Windows color (decimal): -10193038 or 7501668. OLE color: 7501668.

HSL color Cylindrical-coordinate representation of color #647772: hue angle of 164.21º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #647772 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB100119114-
CMYK0.1600.040.53
HSL164.21º8.68%42.94%-
HSV(B)164.21º15.97%46.67%-
XYZ14.8917.1218.44-
YUV112.75128.71118.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.03%
GREEN value IS 119 (46.88% from 255) = 35.74%
BLUE value IS 114 (44.92% from 255) = 34.23%
R=30.03%
G=35.74%
B=34.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1001191140.1600.040.53164.218.6842.94
Hex647772100435a492b
Octal1441671622004652441153
Binary110010011101111110010100000100110101101001001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647772; }

 p { color: rgb(100,119,114); }

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

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

 a { background-color: rgb(100,119,114); }

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

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

 span { border-color: rgb(100,119,114); }

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