#734E69

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

Shades of Salt Box #734E69

Tints of Salt Box #734E69

Color information

#734E69 (or 0x734E69) is unknown color: approx Salt Box. HEX triplet: 73, 4E and 69. RGB value is (115,78,105). Sum of RGB (Red+Green+Blue) = 115+78+105=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 115 - color contains mainly: red. Hex color #734E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E69 is #8CB196. Grayscale: #5C5C5C. Windows color (decimal): -9220503 or 6901363. OLE color: 6901363.

HSL color Cylindrical-coordinate representation of color #734E69: hue angle of 316.22º 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 #734E69 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB11578105-
CMYK00.320.090.55
HSL316.22º19.17%37.84%-
HSV(B)316.22º32.17%45.1%-
XYZ12.3410.1114.67-
YUV92.14135.26144.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.59%
GREEN value IS 78 (30.86% from 255) = 26.17%
BLUE value IS 105 (41.41% from 255) = 35.23%
R=38.59%
G=26.17%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157810500.320.090.55316.2219.1737.84
Hex734E6902093713c1326
Octal16311615104011674742346
Binary1110011100111011010010100000100111011110011110010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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