#734E70

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

Shades of Salt Box #734E70

Tints of Salt Box #734E70

Color information

#734E70 (or 0x734E70) is unknown color: approx Salt Box. HEX triplet: 73, 4E and 70. RGB value is (115,78,112). Sum of RGB (Red+Green+Blue) = 115+78+112=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 115 - color contains mainly: red. Hex color #734E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E70 is #8CB18F. Grayscale: #5C5C5C. Windows color (decimal): -9220496 or 7360115. OLE color: 7360115.

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

Color convert

RGB11578112-
CMYK00.320.030.55
HSL304.86º19.17%37.84%-
HSV(B)304.86º32.17%45.1%-
XYZ12.7210.2616.64-
YUV92.94138.76143.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.70%
GREEN value IS 78 (30.86% from 255) = 25.57%
BLUE value IS 112 (44.14% from 255) = 36.72%
R=37.70%
G=25.57%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157811200.320.030.55304.8619.1737.84
Hex734E700203371311326
Octal1631161600403674612346
Binary11100111001110111000001000001111011110011000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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