#725A69

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

Shades of Salt Box #725A69

Tints of Salt Box #725A69

Color information

#725A69 (or 0x725A69) is unknown color: approx Salt Box. HEX triplet: 72, 5A and 69. RGB value is (114,90,105). Sum of RGB (Red+Green+Blue) = 114+90+105=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 114 - color contains mainly: red. Hex color #725A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725A69 is #8DA596. Grayscale: #626262. Windows color (decimal): -9282967 or 6904434. OLE color: 6904434.

HSL color Cylindrical-coordinate representation of color #725A69: hue angle of 322.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #725A69 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB11490105-
CMYK00.210.080.55
HSL322.5º11.76%40%-
HSV(B)322.5º21.05%44.71%-
XYZ13.1511.9114.97-
YUV98.89131.45138.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.89%
GREEN value IS 90 (35.55% from 255) = 29.13%
BLUE value IS 105 (41.41% from 255) = 33.98%
R=36.89%
G=29.13%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149010500.210.080.55322.511.7640
Hex725A69015837142c28
Octal16213215102510675021450
Binary11100101011010110100101010110001101111010000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725A69; }

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

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

<style>
 a { background-color: #725A69; }

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

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

<style>
 span { border-color: #725A69; }

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

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