Html Css Color HEX #647C7B Rolling Stone

📋 copy color: '#647C7B'

red 100 ◦ green 124 ◦ blue 123

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

Shades of Rolling Stone #647C7B

Tints of Rolling Stone #647C7B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.73%

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

R = 28.82%
G = 35.73%
B = 35.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#647C7B (or 0x647C7B) is known color: Rolling Stone. HEX triplet: 64, 7C and 7B. RGB value is (100,124,123). Sum of RGB (Red+Green+Blue) = 100+124+123=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 124 - color contains mainly: green. Hex color #647C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647C7B is #9B8384. Grayscale: #747474. Windows color (decimal): -10191749 or 8092772. OLE color: 8092772.

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

Color convert

RGB 100 124 123 -
CMYK 0.19 0 0.01 0.51
HSL 177.5º 0.11% 0.44% -
HSV(B) 177.5º 0.19% 0.49% -
XYZ 16.04 18.55 21.47 -
YUV 116.71 131.55 116.08 -
System Red Green Blue C M Y K H S L
Decimal 100 124 123 0.19 0 0.01 0.51 177.5 0.11 0.44
Hex 64 7C 7B 13 0 1 33 B2 B 2C
Octal 144 174 173 23 0 1 63 262 13 54
Binary 1100100 1111100 1111011 10011 0 1 110011 10110010 1011 101100

Color Harmonies of #647C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647C7B

Black with #647C7B

Text Example


Text Example

White with #647C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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