Html Css Color HEX #647F7D Rolling Stone

📋 copy color: '#647F7D'

red 100 ◦ green 127 ◦ blue 125

#647F7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rolling Stone #647F7D

Tints of Rolling Stone #647F7D

RGB

 RED value IS 100 (39.45% from 255) = 28.41%

 GREEN value IS 127 (50% from 255) = 36.08%

 BLUE value IS 125 (49.22% from 255) = 35.51%

R = 28.41%
G = 36.08%
B = 35.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#647F7D (or 0x647F7D) is known color: Rolling Stone. HEX triplet: 64, 7F and 7D. RGB value is (100,127,125). Sum of RGB (Red+Green+Blue) = 100+127+125=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 127 - color contains mainly: green. Hex color #647F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647F7D is #9B8082. Grayscale: #767676. Windows color (decimal): -10190979 or 8224612. OLE color: 8224612.

HSL color Cylindrical-coordinate representation of color #647F7D: hue angle of 175.56º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #647F7D is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 127 125 -
CMYK 0.21 0 0.02 0.50
HSL 175.56º 0.12% 0.45% -
HSV(B) 175.56º 0.21% 0.5% -
XYZ 16.55 19.37 22.27 -
YUV 118.7 131.55 114.66 -
System Red Green Blue C M Y K H S L
Decimal 100 127 125 0.21 0 0.02 0.50 175.56 0.12 0.45
Hex 64 7F 7D 15 0 2 32 B0 C 2D
Octal 144 177 175 25 0 2 62 260 14 55
Binary 1100100 1111111 1111101 10101 0 10 110010 10110000 1100 101101

Color Harmonies of #647F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647F7D

Black with #647F7D

Text Example


Text Example

White with #647F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,127,125); }

 H1.HeaderClassName
 {
   color: #647F7D;
 }
 .AnyTagClassName
 {
   color: #647F7D;
 }
</style>

background-color css

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

 a { background-color: rgb(100,127,125); }

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

border-color css

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

 span { border-color: rgb(100,127,125); }

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