#724B6C

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

Shades of Salt Box #724B6C

Tints of Salt Box #724B6C

Color information

#724B6C (or 0x724B6C) is unknown color: approx Salt Box. HEX triplet: 72, 4B and 6C. RGB value is (114,75,108). Sum of RGB (Red+Green+Blue) = 114+75+108=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 114 - color contains mainly: red. Hex color #724B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724B6C is #8DB493. Grayscale: #5A5A5A. Windows color (decimal): -9286804 or 7097202. OLE color: 7097202.

HSL color Cylindrical-coordinate representation of color #724B6C: hue angle of 309.23º 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 #724B6C is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11475108-
CMYK00.340.050.55
HSL309.23º20.63%37.06%-
HSV(B)309.23º34.21%44.71%-
XYZ12.169.6915.42-
YUV90.42137.92144.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.38%
GREEN value IS 75 (29.69% from 255) = 25.25%
BLUE value IS 108 (42.58% from 255) = 36.36%
R=38.38%
G=25.25%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147510800.340.050.55309.2320.6337.06
Hex724B6C0225371351525
Octal1621131540425674652545
Binary111001010010111101100010001010111011110011010110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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