Html Css Color HEX #647D7B Rolling Stone

📋 copy color: '#647D7B'

red 100 ◦ green 125 ◦ blue 123

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

Shades of Rolling Stone #647D7B

Tints of Rolling Stone #647D7B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.92%

 BLUE value IS 123 (48.44% from 255) = 35.34%

R = 28.74%
G = 35.92%
B = 35.34%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#647D7B (or 0x647D7B) is known color: Rolling Stone. HEX triplet: 64, 7D and 7B. RGB value is (100,125,123). Sum of RGB (Red+Green+Blue) = 100+125+123=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 125 - color contains mainly: green. Hex color #647D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647D7B is #9B8284. Grayscale: #757575. Windows color (decimal): -10191493 or 8093028. OLE color: 8093028.

HSL color Cylindrical-coordinate representation of color #647D7B: hue angle of 175.2º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #647D7B is Cyan = 0.2, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 125 123 -
CMYK 0.2 0 0.02 0.51
HSL 175.2º 0.11% 0.44% -
HSV(B) 175.2º 0.2% 0.49% -
XYZ 16.16 18.81 21.52 -
YUV 117.3 131.22 115.66 -
System Red Green Blue C M Y K H S L
Decimal 100 125 123 0.2 0 0.02 0.51 175.2 0.11 0.44
Hex 64 7D 7B 14 0 2 33 AF B 2C
Octal 144 175 173 24 0 2 63 257 13 54
Binary 1100100 1111101 1111011 10100 0 10 110011 10101111 1011 101100

Color Harmonies of #647D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647D7B

Black with #647D7B

Text Example


Text Example

White with #647D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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