#73708B

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

Shades of Scampi #73708B

Tints of Scampi #73708B

Color information

#73708B (or 0x73708B) is unknown color: approx Scampi. HEX triplet: 73, 70 and 8B. RGB value is (115,112,139). Sum of RGB (Red+Green+Blue) = 115+112+139=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 139 - color contains mainly: blue. Hex color #73708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73708B is #8C8F74. Grayscale: #737373. Windows color (decimal): -9211765 or 9138291. OLE color: 9138291.

HSL color Cylindrical-coordinate representation of color #73708B: hue angle of 246.67º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #73708B is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB115112139-
CMYK0.170.1900.45
HSL246.67º10.76%49.22%-
HSV(B)246.67º19.42%54.51%-
XYZ17.5217.126.8-
YUV115.98140.99127.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.42%
GREEN value IS 112 (44.14% from 255) = 30.60%
BLUE value IS 139 (54.69% from 255) = 37.98%
R=31.42%
G=30.60%
B=37.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151121390.170.1900.45246.6710.7649.22
Hex73708B111302Df7b31
Octal16316021321230553671361
Binary111001111100001000101110001100110101101111101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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