#724668

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

Shades of Salt Box #724668

Tints of Salt Box #724668

Color information

#724668 (or 0x724668) is unknown color: approx Salt Box. HEX triplet: 72, 46 and 68. RGB value is (114,70,104). Sum of RGB (Red+Green+Blue) = 114+70+104=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 114 - color contains mainly: red. Hex color #724668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724668 is #8DB997. Grayscale: #565656. Windows color (decimal): -9288088 or 6833778. OLE color: 6833778.

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

Color convert

RGB11470104-
CMYK00.390.090.55
HSL313.64º23.91%36.08%-
HSV(B)313.64º38.6%44.71%-
XYZ11.638.9614.21-
YUV87.03137.58147.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.58%
GREEN value IS 70 (27.73% from 255) = 24.31%
BLUE value IS 104 (41.02% from 255) = 36.11%
R=39.58%
G=24.31%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147010400.390.090.55313.6423.9136.08
Hex72466802793713a1824
Octal16210615004711674723044
Binary1110010100011011010000100111100111011110011101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724668; }

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

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

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

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

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

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

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

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