#72718B

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

Shades of Scampi #72718B

Tints of Scampi #72718B

Color information

#72718B (or 0x72718B) is unknown color: approx Scampi. HEX triplet: 72, 71 and 8B. RGB value is (114,113,139). Sum of RGB (Red+Green+Blue) = 114+113+139=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 139 - color contains mainly: blue. Hex color #72718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72718B is #8D8E74. Grayscale: #747474. Windows color (decimal): -9277045 or 9138546. OLE color: 9138546.

HSL color Cylindrical-coordinate representation of color #72718B: hue angle of 242.31º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #72718B is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB114113139-
CMYK0.180.1900.45
HSL242.31º10.32%49.41%-
HSV(B)242.31º18.71%54.51%-
XYZ17.517.2526.83-
YUV116.26140.83126.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.15%
GREEN value IS 113 (44.53% from 255) = 30.87%
BLUE value IS 139 (54.69% from 255) = 37.98%
R=31.15%
G=30.87%
B=37.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141131390.180.1900.45242.3110.3249.41
Hex72718B121302Df2a31
Octal16216121322230553621261
Binary111001011100011000101110010100110101101111100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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