#734D6B

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

Shades of Salt Box #734D6B

Tints of Salt Box #734D6B

Color information

#734D6B (or 0x734D6B) is unknown color: approx Salt Box. HEX triplet: 73, 4D and 6B. RGB value is (115,77,107). Sum of RGB (Red+Green+Blue) = 115+77+107=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 115 - color contains mainly: red. Hex color #734D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734D6B is #8CB294. Grayscale: #5B5B5B. Windows color (decimal): -9220757 or 7032179. OLE color: 7032179.

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

Color convert

RGB11577107-
CMYK00.330.070.55
HSL312.63º19.79%37.65%-
HSV(B)312.63º33.04%45.1%-
XYZ12.3810.0115.19-
YUV91.78136.59144.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.46%
GREEN value IS 77 (30.47% from 255) = 25.75%
BLUE value IS 107 (42.19% from 255) = 35.79%
R=38.46%
G=25.75%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157710700.330.070.55312.6319.7937.65
Hex734D6B0217371391426
Octal1631151530417674712446
Binary111001110011011101011010000111111011110011100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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