#724B69

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

Shades of Salt Box #724B69

Tints of Salt Box #724B69

Color information

#724B69 (or 0x724B69) is unknown color: approx Salt Box. HEX triplet: 72, 4B and 69. RGB value is (114,75,105). Sum of RGB (Red+Green+Blue) = 114+75+105=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 114 - color contains mainly: red. Hex color #724B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724B69 is #8DB496. Grayscale: #595959. Windows color (decimal): -9286807 or 6900594. OLE color: 6900594.

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

Color convert

RGB11475105-
CMYK00.340.080.55
HSL313.85º20.63%37.06%-
HSV(B)313.85º34.21%44.71%-
XYZ12.019.6314.59-
YUV90.08136.42145.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.78%
GREEN value IS 75 (29.69% from 255) = 25.51%
BLUE value IS 105 (41.41% from 255) = 35.71%
R=38.78%
G=25.51%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147510500.340.080.55313.8520.6337.06
Hex724B6902283713a1525
Octal16211315104210674722545
Binary1110010100101111010010100010100011011110011101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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