#716F92

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

Shades of Scampi #716F92

Tints of Scampi #716F92

Color information

#716F92 (or 0x716F92) is unknown color: approx Scampi. HEX triplet: 71, 6F and 92. RGB value is (113,111,146). Sum of RGB (Red+Green+Blue) = 113+111+146=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 146 - color contains mainly: blue. Hex color #716F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716F92 is #8E906D. Grayscale: #737373. Windows color (decimal): -9343086 or 9596785. OLE color: 9596785.

HSL color Cylindrical-coordinate representation of color #716F92: hue angle of 243.43º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #716F92 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB113111146-
CMYK0.230.2400.43
HSL243.43º13.83%50.39%-
HSV(B)243.43º23.97%57.25%-
XYZ17.6816.9529.53-
YUV115.59145.16126.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.54%
GREEN value IS 111 (43.75% from 255) = 30%
BLUE value IS 146 (57.42% from 255) = 39.46%
R=30.54%
G=30%
B=39.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131111460.230.2400.43243.4313.8350.39
Hex716F92171802Bf3e32
Octal16115722227300533631662
Binary111000111011111001001010111110000101011111100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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