#724F70

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

Shades of Salt Box #724F70

Tints of Salt Box #724F70

Color information

#724F70 (or 0x724F70) is unknown color: approx Salt Box. HEX triplet: 72, 4F and 70. RGB value is (114,79,112). Sum of RGB (Red+Green+Blue) = 114+79+112=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 114 - color contains mainly: red. Hex color #724F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724F70 is #8DB08F. Grayscale: #5D5D5D. Windows color (decimal): -9285776 or 7360370. OLE color: 7360370.

HSL color Cylindrical-coordinate representation of color #724F70: hue angle of 303.43º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #724F70 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11479112-
CMYK00.310.020.55
HSL303.43º18.13%37.84%-
HSV(B)303.43º30.7%44.71%-
XYZ12.6610.3416.66-
YUV93.23138.6142.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.38%
GREEN value IS 79 (31.25% from 255) = 25.90%
BLUE value IS 112 (44.14% from 255) = 36.72%
R=37.38%
G=25.90%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147911200.310.020.55303.4318.1337.84
Hex724F7001F23712f1226
Octal1621171600372674572246
Binary1110010100111111100000111111011011110010111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,79,112); }

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

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

 a { background-color: rgb(114,79,112); }

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

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

 span { border-color: rgb(114,79,112); }

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