#734E6B

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

Shades of Salt Box #734E6B

Tints of Salt Box #734E6B

Color information

#734E6B (or 0x734E6B) is unknown color: approx Salt Box. HEX triplet: 73, 4E and 6B. RGB value is (115,78,107). Sum of RGB (Red+Green+Blue) = 115+78+107=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 115 - color contains mainly: red. Hex color #734E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E6B is #8CB194. Grayscale: #5C5C5C. Windows color (decimal): -9220501 or 7032435. OLE color: 7032435.

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

Color convert

RGB11578107-
CMYK00.320.070.55
HSL312.97º19.17%37.84%-
HSV(B)312.97º32.17%45.1%-
XYZ12.4510.1615.21-
YUV92.37136.26144.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.33%
GREEN value IS 78 (30.86% from 255) = 26%
BLUE value IS 107 (42.19% from 255) = 35.67%
R=38.33%
G=26%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157810700.320.070.55312.9719.1737.84
Hex734E6B0207371391326
Octal1631161530407674712346
Binary111001110011101101011010000011111011110011100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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