Html Css Color HEX #717C7A Rolling Stone

📋 copy color: '#717C7A'

red 113 ◦ green 124 ◦ blue 122

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

Shades of Rolling Stone #717C7A

Tints of Rolling Stone #717C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.98%

R = 31.48%
G = 34.54%
B = 33.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#717C7A (or 0x717C7A) is known color: Rolling Stone. HEX triplet: 71, 7C and 7A. RGB value is (113,124,122). Sum of RGB (Red+Green+Blue) = 113+124+122=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 124 - color contains mainly: green. Hex color #717C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717C7A is #8E8385. Grayscale: #787878. Windows color (decimal): -9339782 or 8027249. OLE color: 8027249.

HSL color Cylindrical-coordinate representation of color #717C7A: hue angle of 169.09º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #717C7A is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 124 122 -
CMYK 0.09 0 0.02 0.51
HSL 169.09º 0.05% 0.46% -
HSV(B) 169.09º 0.09% 0.49% -
XYZ 17.53 19.33 21.22 -
YUV 120.48 128.86 122.66 -
System Red Green Blue C M Y K H S L
Decimal 113 124 122 0.09 0 0.02 0.51 169.09 0.05 0.46
Hex 71 7C 7A 9 0 2 33 A9 5 2E
Octal 161 174 172 11 0 2 63 251 5 56
Binary 1110001 1111100 1111010 1001 0 10 110011 10101001 101 101110

Color Harmonies of #717C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717C7A

Black with #717C7A

Text Example


Text Example

White with #717C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717C7A; }

 p { color: rgb(113,124,122); }

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

background-color css

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

 a { background-color: rgb(113,124,122); }

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

border-color css

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

 span { border-color: rgb(113,124,122); }

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