#716F8B

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

Shades of Scampi #716F8B

Tints of Scampi #716F8B

Color information

#716F8B (or 0x716F8B) is unknown color: approx Scampi. HEX triplet: 71, 6F and 8B. RGB value is (113,111,139). Sum of RGB (Red+Green+Blue) = 113+111+139=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 139 - color contains mainly: blue. Hex color #716F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716F8B is #8E9074. Grayscale: #727272. Windows color (decimal): -9343093 or 9138033. OLE color: 9138033.

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

Color convert

RGB113111139-
CMYK0.190.2000.45
HSL244.29º11.2%49.02%-
HSV(B)244.29º20.14%54.51%-
XYZ17.1516.7426.75-
YUV114.79141.66126.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.13%
GREEN value IS 111 (43.75% from 255) = 30.58%
BLUE value IS 139 (54.69% from 255) = 38.29%
R=31.13%
G=30.58%
B=38.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1131111390.190.2000.45244.2911.249.02
Hex716F8B131402Df4b31
Octal16115721323240553641361
Binary111000111011111000101110011101000101101111101001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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