Html Css Color HEX #718380 Rolling Stone

📋 copy color: '#718380'

red 113 ◦ green 131 ◦ blue 128

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

Shades of Rolling Stone #718380

Tints of Rolling Stone #718380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.22%

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

R = 30.38%
G = 35.22%
B = 34.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#718380 (or 0x718380) is known color: Rolling Stone. HEX triplet: 71, 83 and 80. RGB value is (113,131,128). Sum of RGB (Red+Green+Blue) = 113+131+128=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 131 - color contains mainly: green. Hex color #718380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718380 is #8E7C7F. Grayscale: #7D7D7D. Windows color (decimal): -9337984 or 8422257. OLE color: 8422257.

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

Color convert

RGB 113 131 128 -
CMYK 0.14 0 0.02 0.49
HSL 170º 0.07% 0.48% -
HSV(B) 170º 0.14% 0.51% -
XYZ 18.82 21.3 23.54 -
YUV 125.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 113 131 128 0.14 0 0.02 0.49 170 0.07 0.48
Hex 71 83 80 E 0 2 31 AA 7 30
Octal 161 203 200 16 0 2 61 252 7 60
Binary 1110001 10000011 10000000 1110 0 10 110001 10101010 111 110000

Color Harmonies of #718380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718380

Black with #718380

Text Example


Text Example

White with #718380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718380; }

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

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

background-color css

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

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

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

border-color css

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

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

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