#724F69

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

Shades of Salt Box #724F69

Tints of Salt Box #724F69

Color information

#724F69 (or 0x724F69) is unknown color: approx Salt Box. HEX triplet: 72, 4F and 69. RGB value is (114,79,105). Sum of RGB (Red+Green+Blue) = 114+79+105=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 114 - color contains mainly: red. Hex color #724F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724F69 is #8DB096. Grayscale: #5C5C5C. Windows color (decimal): -9285783 or 6901618. OLE color: 6901618.

HSL color Cylindrical-coordinate representation of color #724F69: hue angle of 315.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 #724F69 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB11479105-
CMYK00.310.080.55
HSL315.43º18.13%37.84%-
HSV(B)315.43º30.7%44.71%-
XYZ12.2910.1914.68-
YUV92.43135.1143.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.26%
GREEN value IS 79 (31.25% from 255) = 26.51%
BLUE value IS 105 (41.41% from 255) = 35.23%
R=38.26%
G=26.51%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147910500.310.080.55315.4318.1337.84
Hex724F6901F83713b1226
Octal16211715103710674732246
Binary111001010011111101001011111100011011110011101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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