#73708F

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

Shades of Scampi #73708F

Tints of Scampi #73708F

Color information

#73708F (or 0x73708F) is unknown color: approx Scampi. HEX triplet: 73, 70 and 8F. RGB value is (115,112,143). Sum of RGB (Red+Green+Blue) = 115+112+143=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 143 - color contains mainly: blue. Hex color #73708F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73708F is #8C8F70. Grayscale: #747474. Windows color (decimal): -9211761 or 9400435. OLE color: 9400435.

HSL color Cylindrical-coordinate representation of color #73708F: hue angle of 245.81º 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 #73708F is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB115112143-
CMYK0.200.2200.44
HSL245.81º12.16%50%-
HSV(B)245.81º21.68%56.08%-
XYZ17.8217.2228.37-
YUV116.43142.99126.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.08%
GREEN value IS 112 (44.14% from 255) = 30.27%
BLUE value IS 143 (56.25% from 255) = 38.65%
R=31.08%
G=30.27%
B=38.65%

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
Decimal1151121430.200.2200.44245.8112.1650
Hex73708F141602Cf6c32
Octal16316021724260543661462
Binary111001111100001000111110100101100101100111101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73708F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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