#734D70

Color #734D70 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #734D70

Tints of Salt Box #734D70

Color information

#734D70 (or 0x734D70) is unknown color: approx Salt Box. HEX triplet: 73, 4D and 70. RGB value is (115,77,112). Sum of RGB (Red+Green+Blue) = 115+77+112=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 115 - color contains mainly: red. Hex color #734D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734D70 is #8CB28F. Grayscale: #5C5C5C. Windows color (decimal): -9220752 or 7359859. OLE color: 7359859.

HSL color Cylindrical-coordinate representation of color #734D70: hue angle of 304.74º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #734D70 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11577112-
CMYK00.330.030.55
HSL304.74º19.79%37.65%-
HSV(B)304.74º33.04%45.1%-
XYZ12.6510.1216.62-
YUV92.35139.09144.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.83%
GREEN value IS 77 (30.47% from 255) = 25.33%
BLUE value IS 112 (44.14% from 255) = 36.84%
R=37.83%
G=25.33%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157711200.330.030.55304.7419.7937.65
Hex734D700213371311426
Octal1631151600413674612446
Binary11100111001101111000001000011111011110011000110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734D70; }

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

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

<style>
 a { background-color: #734D70; }

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

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

<style>
 span { border-color: #734D70; }

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

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