#72708E

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

Shades of Scampi #72708E

Tints of Scampi #72708E

Color information

#72708E (or 0x72708E) is unknown color: approx Scampi. HEX triplet: 72, 70 and 8E. RGB value is (114,112,142). Sum of RGB (Red+Green+Blue) = 114+112+142=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 142 - color contains mainly: blue. Hex color #72708E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72708E is #8D8F71. Grayscale: #737373. Windows color (decimal): -9277298 or 9334898. OLE color: 9334898.

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

Color convert

RGB114112142-
CMYK0.200.2100.44
HSL244º11.81%49.8%-
HSV(B)244º21.13%55.69%-
XYZ17.6217.1227.97-
YUV116.02142.66126.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.98%
GREEN value IS 112 (44.14% from 255) = 30.43%
BLUE value IS 142 (55.86% from 255) = 38.59%
R=30.98%
G=30.43%
B=38.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1141121420.200.2100.4424411.8149.8
Hex72708E141502Cf4c32
Octal16216021624250543641462
Binary111001011100001000111010100101010101100111101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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