#716796

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

Shades of Scampi #716796

Tints of Scampi #716796

Color information

#716796 (or 0x716796) is unknown color: approx Scampi. HEX triplet: 71, 67 and 96. RGB value is (113,103,150). Sum of RGB (Red+Green+Blue) = 113+103+150=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 150 - color contains mainly: blue. Hex color #716796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716796 is #8E9869. Grayscale: #6F6F6F. Windows color (decimal): -9345130 or 9856881. OLE color: 9856881.

HSL color Cylindrical-coordinate representation of color #716796: hue angle of 252.77º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #716796 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB113103150-
CMYK0.250.3100.41
HSL252.77º18.58%49.61%-
HSV(B)252.77º31.33%58.82%-
XYZ17.1715.4130.92-
YUV111.35149.81129.18-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.87%
GREEN value IS 103 (40.62% from 255) = 28.14%
BLUE value IS 150 (58.98% from 255) = 40.98%
R=30.87%
G=28.14%
B=40.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1131031500.250.3100.41252.7718.5849.61
Hex716796191F029fd1332
Octal16114722631370513752362
Binary1110001110011110010110110011111101010011111110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716796; }

 p { color: rgb(113,103,150); }

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

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

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

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

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

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

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