Html Css Color HEX #647977 Rolling Stone

📋 copy color: '#647977'

red 100 ◦ green 121 ◦ blue 119

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

Shades of Rolling Stone #647977

Tints of Rolling Stone #647977

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.59%

 BLUE value IS 119 (46.88% from 255) = 35%

R = 29.41%
G = 35.59%
B = 35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#647977 (or 0x647977) is known color: Rolling Stone. HEX triplet: 64, 79 and 77. RGB value is (100,121,119). Sum of RGB (Red+Green+Blue) = 100+121+119=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 121 - color contains mainly: green. Hex color #647977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647977 is #9B8688. Grayscale: #727272. Windows color (decimal): -10192521 or 7829860. OLE color: 7829860.

HSL color Cylindrical-coordinate representation of color #647977: hue angle of 174.29º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #647977 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 121 119 -
CMYK 0.17 0 0.02 0.53
HSL 174.29º 0.1% 0.43% -
HSV(B) 174.29º 0.17% 0.47% -
XYZ 15.42 17.72 20.06 -
YUV 114.49 130.54 117.66 -
System Red Green Blue C M Y K H S L
Decimal 100 121 119 0.17 0 0.02 0.53 174.29 0.1 0.43
Hex 64 79 77 11 0 2 35 AE A 2B
Octal 144 171 167 21 0 2 65 256 12 53
Binary 1100100 1111001 1110111 10001 0 10 110101 10101110 1010 101011

Color Harmonies of #647977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647977

Black with #647977

Text Example


Text Example

White with #647977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647977; }

 p { color: rgb(100,121,119); }

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

background-color css

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

 a { background-color: rgb(100,121,119); }

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

border-color css

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

 span { border-color: rgb(100,121,119); }

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