Html Css Color HEX #647A75 Rolling Stone

📋 copy color: '#647A75'

red 100 ◦ green 122 ◦ blue 117

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

Shades of Rolling Stone #647A75

Tints of Rolling Stone #647A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.51%

R = 29.5%
G = 35.99%
B = 34.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#647A75 (or 0x647A75) is known color: Rolling Stone. HEX triplet: 64, 7A and 75. RGB value is (100,122,117). Sum of RGB (Red+Green+Blue) = 100+122+117=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 122 - color contains mainly: green. Hex color #647A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647A75 is #9B858A. Grayscale: #727272. Windows color (decimal): -10192267 or 7699044. OLE color: 7699044.

HSL color Cylindrical-coordinate representation of color #647A75: hue angle of 166.36º 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 #647A75 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB 100 122 117 -
CMYK 0.18 0 0.04 0.52
HSL 166.36º 0.1% 0.44% -
HSV(B) 166.36º 0.18% 0.48% -
XYZ 15.43 17.91 19.47 -
YUV 114.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 100 122 117 0.18 0 0.04 0.52 166.36 0.1 0.44
Hex 64 7A 75 12 0 4 34 A6 A 2C
Octal 144 172 165 22 0 4 64 246 12 54
Binary 1100100 1111010 1110101 10010 0 100 110100 10100110 1010 101100

Color Harmonies of #647A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647A75

Black with #647A75

Text Example


Text Example

White with #647A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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