Html Css Color HEX #718280 Rolling Stone

📋 copy color: '#718280'

red 113 ◦ green 130 ◦ blue 128

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

Shades of Rolling Stone #718280

Tints of Rolling Stone #718280

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.04%

 BLUE value IS 128 (50.39% from 255) = 34.5%

R = 30.46%
G = 35.04%
B = 34.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#718280 (or 0x718280) is known color: Rolling Stone. HEX triplet: 71, 82 and 80. RGB value is (113,130,128). Sum of RGB (Red+Green+Blue) = 113+130+128=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 130 - color contains mainly: green. Hex color #718280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718280 is #8E7D7F. Grayscale: #7C7C7C. Windows color (decimal): -9338240 or 8422001. OLE color: 8422001.

HSL color Cylindrical-coordinate representation of color #718280: hue angle of 172.94º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #718280 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 130 128 -
CMYK 0.13 0 0.02 0.49
HSL 172.94º 0.07% 0.48% -
HSV(B) 172.94º 0.13% 0.51% -
XYZ 18.69 21.03 23.5 -
YUV 124.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 113 130 128 0.13 0 0.02 0.49 172.94 0.07 0.48
Hex 71 82 80 D 0 2 31 AD 7 30
Octal 161 202 200 15 0 2 61 255 7 60
Binary 1110001 10000010 10000000 1101 0 10 110001 10101101 111 110000

Color Harmonies of #718280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718280

Black with #718280

Text Example


Text Example

White with #718280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718280; }

 p { color: rgb(113,130,128); }

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

background-color css

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

 a { background-color: rgb(113,130,128); }

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

border-color css

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

 span { border-color: rgb(113,130,128); }

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