#647C7A

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

Shades of Rolling Stone #647C7A

Tints of Rolling Stone #647C7A

Color information

#647C7A (or 0x647C7A) is unknown color: approx Rolling Stone. HEX triplet: 64, 7C and 7A. RGB value is (100,124,122). Sum of RGB (Red+Green+Blue) = 100+124+122=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 124 - color contains mainly: green. Hex color #647C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647C7A is #9B8385. Grayscale: #747474. Windows color (decimal): -10191750 or 8027236. OLE color: 8027236.

HSL color Cylindrical-coordinate representation of color #647C7A: hue angle of 175º degrees, saturation: 0.11, 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 #647C7A is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB100124122-
CMYK0.1900.020.51
HSL175º10.71%43.92%-
HSV(B)175º19.35%48.63%-
XYZ15.9818.5321.15-
YUV116.6131.05116.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.90%
GREEN value IS 124 (48.83% from 255) = 35.84%
BLUE value IS 122 (48.05% from 255) = 35.26%
R=28.90%
G=35.84%
B=35.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1001241220.1900.020.5117510.7143.92
Hex647C7A130233afb2c
Octal1441741722302632571354
Binary11001001111100111101010011010110011101011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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