#734F6D

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

Shades of Salt Box #734F6D

Tints of Salt Box #734F6D

Color information

#734F6D (or 0x734F6D) is unknown color: approx Salt Box. HEX triplet: 73, 4F and 6D. RGB value is (115,79,109). Sum of RGB (Red+Green+Blue) = 115+79+109=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 115 - color contains mainly: red. Hex color #734F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734F6D is #8CB092. Grayscale: #5D5D5D. Windows color (decimal): -9220243 or 7163763. OLE color: 7163763.

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

Color convert

RGB11579109-
CMYK00.310.050.55
HSL310º18.56%38.04%-
HSV(B)310º31.3%45.1%-
XYZ12.6310.3415.8-
YUV93.18136.93143.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.95%
GREEN value IS 79 (31.25% from 255) = 26.07%
BLUE value IS 109 (42.97% from 255) = 35.97%
R=37.95%
G=26.07%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157910900.310.050.5531018.5638.04
Hex734F6D01F5371361326
Octal1631171550375674662346
Binary11100111001111110110101111110111011110011011010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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