#73709D

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

Shades of Scampi #73709D

Tints of Scampi #73709D

Color information

#73709D (or 0x73709D) is unknown color: approx Scampi. HEX triplet: 73, 70 and 9D. RGB value is (115,112,157). Sum of RGB (Red+Green+Blue) = 115+112+157=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #73709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73709D is #8C8F62. Grayscale: #757575. Windows color (decimal): -9211747 or 10317939. OLE color: 10317939.

HSL color Cylindrical-coordinate representation of color #73709D: hue angle of 244º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #73709D is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB115112157-
CMYK0.270.2900.38
HSL244º18.67%52.75%-
HSV(B)244º28.66%61.57%-
XYZ18.9517.6734.31-
YUV118.03149.99125.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.95%
GREEN value IS 112 (44.14% from 255) = 29.17%
BLUE value IS 157 (61.72% from 255) = 40.89%
R=29.95%
G=29.17%
B=40.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151121570.270.2900.3824418.6752.75
Hex73709D1B1D026f41335
Octal16316023533350463642365
Binary1110011111000010011101110111110101001101111010010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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