#72708F

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

Shades of Scampi #72708F

Tints of Scampi #72708F

Color information

#72708F (or 0x72708F) is unknown color: approx Scampi. HEX triplet: 72, 70 and 8F. RGB value is (114,112,143). Sum of RGB (Red+Green+Blue) = 114+112+143=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 143 - color contains mainly: blue. Hex color #72708F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72708F is #8D8F70. Grayscale: #747474. Windows color (decimal): -9277297 or 9400434. OLE color: 9400434.

HSL color Cylindrical-coordinate representation of color #72708F: hue angle of 243.87º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #72708F is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB114112143-
CMYK0.200.2200.44
HSL243.87º12.16%50%-
HSV(B)243.87º21.68%56.08%-
XYZ17.6917.1528.36-
YUV116.13143.16126.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.89%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 143 (56.25% from 255) = 38.75%
R=30.89%
G=30.35%
B=38.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1141121430.200.2200.44243.8712.1650
Hex72708F141602Cf4c32
Octal16216021724260543641462
Binary111001011100001000111110100101100101100111101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72708F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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