Html Css Color HEX #717191 Scampi

📋 copy color: '#717191'

red 113 ◦ green 113 ◦ blue 145

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

Shades of Scampi #717191

Tints of Scampi #717191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.08%

R = 30.46%
G = 30.46%
B = 39.08%

CMYK

 C value IS 0.22

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#717191 (or 0x717191) is known color: Scampi. HEX triplet: 71, 71 and 91. RGB value is (113,113,145). Sum of RGB (Red+Green+Blue) = 113+113+145=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 145 - color contains mainly: blue. Hex color #717191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717191 is #8E8E6E. Grayscale: #747474. Windows color (decimal): -9342575 or 9531761. OLE color: 9531761.

HSL color Cylindrical-coordinate representation of color #717191: hue angle of 240º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #717191 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 113 145 -
CMYK 0.22 0.22 0 0.43
HSL 240º 0.13% 0.51% -
HSV(B) 240º 0.22% 0.57% -
XYZ 17.83 17.37 29.2 -
YUV 116.65 144 125.4 -
System Red Green Blue C M Y K H S L
Decimal 113 113 145 0.22 0.22 0 0.43 240 0.13 0.51
Hex 71 71 91 16 16 0 2B F0 D 33
Octal 161 161 221 26 26 0 53 360 15 63
Binary 1110001 1110001 10010001 10110 10110 0 101011 11110000 1101 110011

Color Harmonies of #717191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717191

Black with #717191

Text Example


Text Example

White with #717191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717191; }

 p { color: rgb(113,113,145); }

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

background-color css

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

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

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

border-color css

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

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

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