#724869

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

Shades of Salt Box #724869

Tints of Salt Box #724869

Color information

#724869 (or 0x724869) is unknown color: approx Salt Box. HEX triplet: 72, 48 and 69. RGB value is (114,72,105). Sum of RGB (Red+Green+Blue) = 114+72+105=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 114 - color contains mainly: red. Hex color #724869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724869 is #8DB796. Grayscale: #585858. Windows color (decimal): -9287575 or 6899826. OLE color: 6899826.

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

Color convert

RGB11472105-
CMYK00.370.080.55
HSL312.86º22.58%36.47%-
HSV(B)312.86º36.84%44.71%-
XYZ11.819.2314.52-
YUV88.32137.41146.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.18%
GREEN value IS 72 (28.52% from 255) = 24.74%
BLUE value IS 105 (41.41% from 255) = 36.08%
R=39.18%
G=24.74%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147210500.370.080.55312.8622.5836.47
Hex7248690258371391724
Octal16211015104510674712744
Binary1110010100100011010010100101100011011110011100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724869; }

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

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

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

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

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

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

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

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