#724969

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

Shades of Salt Box #724969

Tints of Salt Box #724969

Color information

#724969 (or 0x724969) is unknown color: approx Salt Box. HEX triplet: 72, 49 and 69. RGB value is (114,73,105). Sum of RGB (Red+Green+Blue) = 114+73+105=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 114 - color contains mainly: red. Hex color #724969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724969 is #8DB696. Grayscale: #585858. Windows color (decimal): -9287319 or 6900082. OLE color: 6900082.

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

Color convert

RGB11473105-
CMYK00.360.080.55
HSL313.17º21.93%36.67%-
HSV(B)313.17º35.96%44.71%-
XYZ11.879.3614.55-
YUV88.91137.08145.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.04%
GREEN value IS 73 (28.91% from 255) = 25%
BLUE value IS 105 (41.41% from 255) = 35.96%
R=39.04%
G=25%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147310500.360.080.55313.1721.9336.67
Hex7249690248371391625
Octal16211115104410674712645
Binary1110010100100111010010100100100011011110011100110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724969; }

 p { color: rgb(114,73,105); }

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

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

 a { background-color: rgb(114,73,105); }

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

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

 span { border-color: rgb(114,73,105); }

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