#724769

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

Shades of Salt Box #724769

Tints of Salt Box #724769

Color information

#724769 (or 0x724769) is unknown color: approx Salt Box. HEX triplet: 72, 47 and 69. RGB value is (114,71,105). Sum of RGB (Red+Green+Blue) = 114+71+105=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 114 - color contains mainly: red. Hex color #724769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724769 is #8DB896. Grayscale: #575757. Windows color (decimal): -9287831 or 6899570. OLE color: 6899570.

HSL color Cylindrical-coordinate representation of color #724769: hue angle of 312.56º 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 #724769 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB11471105-
CMYK00.380.080.55
HSL312.56º23.24%36.27%-
HSV(B)312.56º37.72%44.71%-
XYZ11.749.114.5-
YUV87.73137.75146.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.31%
GREEN value IS 71 (28.12% from 255) = 24.48%
BLUE value IS 105 (41.41% from 255) = 36.21%
R=39.31%
G=24.48%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147110500.380.080.55312.5623.2436.27
Hex7247690268371391724
Octal16210715104610674712744
Binary1110010100011111010010100110100011011110011100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724769; }

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

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

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

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

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

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

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

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