#716E8C

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

Shades of Scampi #716E8C

Tints of Scampi #716E8C

Color information

#716E8C (or 0x716E8C) is unknown color: approx Scampi. HEX triplet: 71, 6E and 8C. RGB value is (113,110,140). Sum of RGB (Red+Green+Blue) = 113+110+140=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 140 - color contains mainly: blue. Hex color #716E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716E8C is #8E9173. Grayscale: #727272. Windows color (decimal): -9343348 or 9203313. OLE color: 9203313.

HSL color Cylindrical-coordinate representation of color #716E8C: hue angle of 246º 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 #716E8C is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB113110140-
CMYK0.190.2100.45
HSL246º12%49.02%-
HSV(B)246º21.43%54.9%-
XYZ17.1216.5627.1-
YUV114.32142.49127.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.13%
GREEN value IS 110 (43.36% from 255) = 30.30%
BLUE value IS 140 (55.08% from 255) = 38.57%
R=31.13%
G=30.30%
B=38.57%

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
Decimal1131101400.190.2100.452461249.02
Hex716E8C131502Df6c31
Octal16115621423250553661461
Binary111000111011101000110010011101010101101111101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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