#724B6A

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

Shades of Salt Box #724B6A

Tints of Salt Box #724B6A

Color information

#724B6A (or 0x724B6A) is unknown color: approx Salt Box. HEX triplet: 72, 4B and 6A. RGB value is (114,75,106). Sum of RGB (Red+Green+Blue) = 114+75+106=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 114 - color contains mainly: red. Hex color #724B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724B6A is #8DB495. Grayscale: #5A5A5A. Windows color (decimal): -9286806 or 6966130. OLE color: 6966130.

HSL color Cylindrical-coordinate representation of color #724B6A: hue angle of 312.31º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #724B6A is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11475106-
CMYK00.340.070.55
HSL312.31º20.63%37.06%-
HSV(B)312.31º34.21%44.71%-
XYZ12.069.6514.86-
YUV90.2136.92144.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 75 (29.69% from 255) = 25.42%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=38.64%
G=25.42%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147510600.340.070.55312.3120.6337.06
Hex724B6A0227371381525
Octal1621131520427674702545
Binary111001010010111101010010001011111011110011100010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724B6A; }

 p { color: rgb(114,75,106); }

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

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

 a { background-color: rgb(114,75,106); }

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

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

 span { border-color: rgb(114,75,106); }

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