#647A76

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

Shades of Rolling Stone #647A76

Tints of Rolling Stone #647A76

Color information

#647A76 (or 0x647A76) is unknown color: approx Rolling Stone. HEX triplet: 64, 7A and 76. RGB value is (100,122,118). Sum of RGB (Red+Green+Blue) = 100+122+118=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 122 - color contains mainly: green. Hex color #647A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647A76 is #9B8589. Grayscale: #727272. Windows color (decimal): -10192266 or 7764580. OLE color: 7764580.

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

Color convert

RGB100122118-
CMYK0.1800.030.52
HSL169.09º9.91%43.53%-
HSV(B)169.09º18.03%47.84%-
XYZ15.4917.9419.79-
YUV114.97129.71117.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.41%
GREEN value IS 122 (48.05% from 255) = 35.88%
BLUE value IS 118 (46.48% from 255) = 34.71%
R=29.41%
G=35.88%
B=34.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1001221180.1800.030.52169.099.9143.53
Hex647A76120334a9a2c
Octal1441721662203642511254
Binary11001001111010111011010010011110100101010011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647A76; }

 p { color: rgb(100,122,118); }

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

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

 a { background-color: rgb(100,122,118); }

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

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

 span { border-color: rgb(100,122,118); }

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