#716F8C

Color #716F8C Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #716F8C

Tints of Scampi #716F8C

Color information

#716F8C (or 0x716F8C) is unknown color: approx Scampi. HEX triplet: 71, 6F and 8C. RGB value is (113,111,140). Sum of RGB (Red+Green+Blue) = 113+111+140=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 140 - color contains mainly: blue. Hex color #716F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716F8C is #8E9073. Grayscale: #727272. Windows color (decimal): -9343092 or 9203569. OLE color: 9203569.

HSL color Cylindrical-coordinate representation of color #716F8C: hue angle of 244.14º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #716F8C is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB113111140-
CMYK0.190.2100.45
HSL244.14º11.55%49.22%-
HSV(B)244.14º20.71%54.9%-
XYZ17.2316.7727.14-
YUV114.9142.16126.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.04%
GREEN value IS 111 (43.75% from 255) = 30.49%
BLUE value IS 140 (55.08% from 255) = 38.46%
R=31.04%
G=30.49%
B=38.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1131111400.190.2100.45244.1411.5549.22
Hex716F8C131502Df4c31
Octal16115721423250553641461
Binary111000111011111000110010011101010101101111101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716F8C; }

 p { color: rgb(113,111,140); }

 H1.HeaderClassName
 {
   color: #716F8C;
 }
 .AnyTagClassName
 {
   color: #716F8C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #716F8C;
 }
 .BgClassName
 {
   background-color: #716F8C;
 }
</style>
border-color css

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

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

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