#72709F

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

Shades of Scampi #72709F

Tints of Scampi #72709F

Color information

#72709F (or 0x72709F) is unknown color: approx Scampi. HEX triplet: 72, 70 and 9F. RGB value is (114,112,159). Sum of RGB (Red+Green+Blue) = 114+112+159=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #72709F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72709F is #8D8F60. Grayscale: #757575. Windows color (decimal): -9277281 or 10449010. OLE color: 10449010.

HSL color Cylindrical-coordinate representation of color #72709F: hue angle of 242.55º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72709F is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB114112159-
CMYK0.280.3000.38
HSL242.55º19.67%53.14%-
HSV(B)242.55º29.56%62.35%-
XYZ18.9917.6735.21-
YUV117.96151.16125.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.61%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 159 (62.5% from 255) = 41.30%
R=29.61%
G=29.09%
B=41.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141121590.280.3000.38242.5519.6753.14
Hex72709F1C1E026f31435
Octal16216023734360463632465
Binary1110010111000010011111111001111001001101111001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72709F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72709F; }

 p { color: rgb(114,112,159); }

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

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

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

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

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

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

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