Html Css Color HEX #717E7B Rolling Stone

📋 copy color: '#717E7B'

red 113 ◦ green 126 ◦ blue 123

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

Shades of Rolling Stone #717E7B

Tints of Rolling Stone #717E7B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.81%

 BLUE value IS 123 (48.44% from 255) = 33.98%

R = 31.22%
G = 34.81%
B = 33.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#717E7B (or 0x717E7B) is known color: Rolling Stone. HEX triplet: 71, 7E and 7B. RGB value is (113,126,123). Sum of RGB (Red+Green+Blue) = 113+126+123=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 126 - color contains mainly: green. Hex color #717E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717E7B is #8E8184. Grayscale: #797979. Windows color (decimal): -9339269 or 8093297. OLE color: 8093297.

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

Color convert

RGB 113 126 123 -
CMYK 0.10 0 0.02 0.51
HSL 166.15º 0.05% 0.47% -
HSV(B) 166.15º 0.1% 0.49% -
XYZ 17.85 19.86 21.63 -
YUV 121.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 113 126 123 0.10 0 0.02 0.51 166.15 0.05 0.47
Hex 71 7E 7B A 0 2 33 A6 5 2F
Octal 161 176 173 12 0 2 63 246 5 57
Binary 1110001 1111110 1111011 1010 0 10 110011 10100110 101 101111

Color Harmonies of #717E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717E7B

Black with #717E7B

Text Example


Text Example

White with #717E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,126,123); }

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

background-color css

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

 a { background-color: rgb(113,126,123); }

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

border-color css

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

 span { border-color: rgb(113,126,123); }

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