#73729B

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

Shades of Scampi #73729B

Tints of Scampi #73729B

Color information

#73729B (or 0x73729B) is unknown color: approx Scampi. HEX triplet: 73, 72 and 9B. RGB value is (115,114,155). Sum of RGB (Red+Green+Blue) = 115+114+155=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #73729B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73729B is #8C8D64. Grayscale: #767676. Windows color (decimal): -9211237 or 10187379. OLE color: 10187379.

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

Color convert

RGB115114155-
CMYK0.260.2600.39
HSL241.46º17.01%52.75%-
HSV(B)241.46º26.45%60.78%-
XYZ1918.0533.49-
YUV118.97148.33125.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.95%
GREEN value IS 114 (44.92% from 255) = 29.69%
BLUE value IS 155 (60.94% from 255) = 40.36%
R=29.95%
G=29.69%
B=40.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151141550.260.2600.39241.4617.0152.75
Hex73729B1A1A027f11135
Octal16316223332320473612165
Binary1110011111001010011011110101101001001111111000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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