#724B68

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

Shades of Salt Box #724B68

Tints of Salt Box #724B68

Color information

#724B68 (or 0x724B68) is unknown color: approx Salt Box. HEX triplet: 72, 4B and 68. RGB value is (114,75,104). Sum of RGB (Red+Green+Blue) = 114+75+104=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 114 - color contains mainly: red. Hex color #724B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724B68 is #8DB497. Grayscale: #595959. Windows color (decimal): -9286808 or 6835058. OLE color: 6835058.

HSL color Cylindrical-coordinate representation of color #724B68: hue angle of 315.38º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #724B68 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB11475104-
CMYK00.340.090.55
HSL315.38º20.63%37.06%-
HSV(B)315.38º34.21%44.71%-
XYZ11.959.6114.32-
YUV89.97135.92145.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.91%
GREEN value IS 75 (29.69% from 255) = 25.60%
BLUE value IS 104 (41.02% from 255) = 35.49%
R=38.91%
G=25.60%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147510400.340.090.55315.3820.6337.06
Hex724B6802293713b1525
Octal16211315004211674732545
Binary1110010100101111010000100010100111011110011101110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724B68; }

 p { color: rgb(114,75,104); }

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

<style>
 a { background-color: #724B68; }

 a { background-color: rgb(114,75,104); }

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

<style>
 span { border-color: #724B68; }

 span { border-color: rgb(114,75,104); }

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