#72728B

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

Shades of Scampi #72728B

Tints of Scampi #72728B

Color information

#72728B (or 0x72728B) is unknown color: approx Scampi. HEX triplet: 72, 72 and 8B. RGB value is (114,114,139). Sum of RGB (Red+Green+Blue) = 114+114+139=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 139 - color contains mainly: blue. Hex color #72728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72728B is #8D8D74. Grayscale: #747474. Windows color (decimal): -9276789 or 9138802. OLE color: 9138802.

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

Color convert

RGB114114139-
CMYK0.180.1800.45
HSL240º9.88%49.61%-
HSV(B)240º17.99%54.51%-
XYZ17.6217.4826.87-
YUV116.85140.5125.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.06%
GREEN value IS 114 (44.92% from 255) = 31.06%
BLUE value IS 139 (54.69% from 255) = 37.87%
R=31.06%
G=31.06%
B=37.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141141390.180.1800.452409.8849.61
Hex72728B121202Df0a32
Octal16216221322220553601262
Binary111001011100101000101110010100100101101111100001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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