#734F6F

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

Shades of Salt Box #734F6F

Tints of Salt Box #734F6F

Color information

#734F6F (or 0x734F6F) is unknown color: approx Salt Box. HEX triplet: 73, 4F and 6F. RGB value is (115,79,111). Sum of RGB (Red+Green+Blue) = 115+79+111=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 115 - color contains mainly: red. Hex color #734F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734F6F is #8CB090. Grayscale: #5D5D5D. Windows color (decimal): -9220241 or 7294835. OLE color: 7294835.

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

Color convert

RGB11579111-
CMYK00.310.030.55
HSL306.67º18.56%38.04%-
HSV(B)306.67º31.3%45.1%-
XYZ12.7410.3816.37-
YUV93.41137.93143.4-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.70%
GREEN value IS 79 (31.25% from 255) = 25.90%
BLUE value IS 111 (43.75% from 255) = 36.39%
R=37.70%
G=25.90%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157911100.310.030.55306.6718.5638.04
Hex734F6F01F3371331326
Octal1631171570373674632346
Binary1110011100111111011110111111111011110011001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,79,111); }

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

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

 a { background-color: rgb(115,79,111); }

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

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

 span { border-color: rgb(115,79,111); }

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