Html Css Color HEX #717776 Rolling Stone

📋 copy color: '#717776'

red 113 ◦ green 119 ◦ blue 118

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

Shades of Rolling Stone #717776

Tints of Rolling Stone #717776

RGB

 RED value IS 113 (44.53% from 255) = 32.29%

 GREEN value IS 119 (46.88% from 255) = 34%

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

R = 32.29%
G = 34%
B = 33.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#717776 (or 0x717776) is known color: Rolling Stone. HEX triplet: 71, 77 and 76. RGB value is (113,119,118). Sum of RGB (Red+Green+Blue) = 113+119+118=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 119 - color contains mainly: green. Hex color #717776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717776 is #8E8889. Grayscale: #757575. Windows color (decimal): -9341066 or 7763825. OLE color: 7763825.

HSL color Cylindrical-coordinate representation of color #717776: hue angle of 170º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #717776 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 119 118 -
CMYK 0.05 0 0.01 0.53
HSL 170º 0.03% 0.45% -
HSV(B) 170º 0.05% 0.47% -
XYZ 16.68 18.01 19.74 -
YUV 117.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 113 119 118 0.05 0 0.01 0.53 170 0.03 0.45
Hex 71 77 76 5 0 1 35 AA 3 2D
Octal 161 167 166 5 0 1 65 252 3 55
Binary 1110001 1110111 1110110 101 0 1 110101 10101010 11 101101

Color Harmonies of #717776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717776

Black with #717776

Text Example


Text Example

White with #717776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717776; }

 p { color: rgb(113,119,118); }

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

background-color css

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

 a { background-color: rgb(113,119,118); }

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

border-color css

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

 span { border-color: rgb(113,119,118); }

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