#73728B

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

Shades of Scampi #73728B

Tints of Scampi #73728B

Color information

#73728B (or 0x73728B) is unknown color: approx Scampi. HEX triplet: 73, 72 and 8B. RGB value is (115,114,139). Sum of RGB (Red+Green+Blue) = 115+114+139=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 139 - color contains mainly: blue. Hex color #73728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73728B is #8C8D74. Grayscale: #757575. Windows color (decimal): -9211253 or 9138803. OLE color: 9138803.

HSL color Cylindrical-coordinate representation of color #73728B: hue angle of 242.4º 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 #73728B is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB115114139-
CMYK0.170.1800.45
HSL242.4º9.88%49.61%-
HSV(B)242.4º17.99%54.51%-
XYZ17.7517.5426.88-
YUV117.15140.33126.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.25%
GREEN value IS 114 (44.92% from 255) = 30.98%
BLUE value IS 139 (54.69% from 255) = 37.77%
R=31.25%
G=30.98%
B=37.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151141390.170.1800.45242.49.8849.61
Hex73728B111202Df2a32
Octal16316221321220553621262
Binary111001111100101000101110001100100101101111100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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