Html Css Color HEX #647A76 Rolling Stone

📋 copy color: '#647A76'

red 100 ◦ green 122 ◦ blue 118

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

Shades of Rolling Stone #647A76

Tints of Rolling Stone #647A76

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.88%

 BLUE value IS 118 (46.48% from 255) = 34.71%

R = 29.41%
G = 35.88%
B = 34.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#647A76 (or 0x647A76) is known color: Rolling Stone. HEX triplet: 64, 7A and 76. RGB value is (100,122,118). Sum of RGB (Red+Green+Blue) = 100+122+118=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 122 - color contains mainly: green. Hex color #647A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647A76 is #9B8589. Grayscale: #727272. Windows color (decimal): -10192266 or 7764580. OLE color: 7764580.

HSL color Cylindrical-coordinate representation of color #647A76: hue angle of 169.09º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #647A76 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB 100 122 118 -
CMYK 0.18 0 0.03 0.52
HSL 169.09º 0.1% 0.44% -
HSV(B) 169.09º 0.18% 0.48% -
XYZ 15.49 17.94 19.79 -
YUV 114.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 100 122 118 0.18 0 0.03 0.52 169.09 0.1 0.44
Hex 64 7A 76 12 0 3 34 A9 A 2C
Octal 144 172 166 22 0 3 64 251 12 54
Binary 1100100 1111010 1110110 10010 0 11 110100 10101001 1010 101100

Color Harmonies of #647A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647A76

Black with #647A76

Text Example


Text Example

White with #647A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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