#72718D

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

Shades of Scampi #72718D

Tints of Scampi #72718D

Color information

#72718D (or 0x72718D) is unknown color: approx Scampi. HEX triplet: 72, 71 and 8D. RGB value is (114,113,141). Sum of RGB (Red+Green+Blue) = 114+113+141=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 141 - color contains mainly: blue. Hex color #72718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72718D is #8D8E72. Grayscale: #747474. Windows color (decimal): -9277043 or 9269618. OLE color: 9269618.

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

Color convert

RGB114113141-
CMYK0.190.2000.45
HSL242.14º11.02%49.8%-
HSV(B)242.14º19.86%55.29%-
XYZ17.6517.3127.61-
YUV116.49141.83126.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.98%
GREEN value IS 113 (44.53% from 255) = 30.71%
BLUE value IS 141 (55.47% from 255) = 38.32%
R=30.98%
G=30.71%
B=38.32%

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
Decimal1141131410.190.2000.45242.1411.0249.8
Hex72718D131402Df2b32
Octal16216121523240553621362
Binary111001011100011000110110011101000101101111100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72718D; }

 p { color: rgb(114,113,141); }

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

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

 a { background-color: rgb(114,113,141); }

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

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

 span { border-color: rgb(114,113,141); }

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