#73709B

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

Shades of Scampi #73709B

Tints of Scampi #73709B

Color information

#73709B (or 0x73709B) is unknown color: approx Scampi. HEX triplet: 73, 70 and 9B. RGB value is (115,112,155). Sum of RGB (Red+Green+Blue) = 115+112+155=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 155 - color contains mainly: blue. Hex color #73709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73709B is #8C8F64. Grayscale: #757575. Windows color (decimal): -9211749 or 10186867. OLE color: 10186867.

HSL color Cylindrical-coordinate representation of color #73709B: hue angle of 244.19º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73709B is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB115112155-
CMYK0.260.2800.39
HSL244.19º17.7%52.35%-
HSV(B)244.19º27.74%60.78%-
XYZ18.7817.633.42-
YUV117.8148.99126-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.10%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 155 (60.94% from 255) = 40.58%
R=30.10%
G=29.32%
B=40.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151121550.260.2800.39244.1917.752.35
Hex73709B1A1C027f41234
Octal16316023332340473642264
Binary1110011111000010011011110101110001001111111010010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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