#724768

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

Shades of Salt Box #724768

Tints of Salt Box #724768

Color information

#724768 (or 0x724768) is unknown color: approx Salt Box. HEX triplet: 72, 47 and 68. RGB value is (114,71,104). Sum of RGB (Red+Green+Blue) = 114+71+104=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 114 - color contains mainly: red. Hex color #724768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724768 is #8DB897. Grayscale: #575757. Windows color (decimal): -9287832 or 6834034. OLE color: 6834034.

HSL color Cylindrical-coordinate representation of color #724768: hue angle of 313.95º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #724768 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB11471104-
CMYK00.380.090.55
HSL313.95º23.24%36.27%-
HSV(B)313.95º37.72%44.71%-
XYZ11.699.0814.23-
YUV87.62137.25146.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.45%
GREEN value IS 71 (28.12% from 255) = 24.57%
BLUE value IS 104 (41.02% from 255) = 35.99%
R=39.45%
G=24.57%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147110400.380.090.55313.9523.2436.27
Hex72476802693713a1724
Octal16210715004611674722744
Binary1110010100011111010000100110100111011110011101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724768; }

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

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

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

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

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

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

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

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