#725A6A

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

Shades of Salt Box #725A6A

Tints of Salt Box #725A6A

Color information

#725A6A (or 0x725A6A) is unknown color: approx Salt Box. HEX triplet: 72, 5A and 6A. RGB value is (114,90,106). Sum of RGB (Red+Green+Blue) = 114+90+106=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 114 - color contains mainly: red. Hex color #725A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725A6A is #8DA595. Grayscale: #626262. Windows color (decimal): -9282966 or 6969970. OLE color: 6969970.

HSL color Cylindrical-coordinate representation of color #725A6A: hue angle of 320º 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 #725A6A is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11490106-
CMYK00.210.070.55
HSL320º11.76%40%-
HSV(B)320º21.05%44.71%-
XYZ13.211.9315.24-
YUV99131.95138.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.77%
GREEN value IS 90 (35.55% from 255) = 29.03%
BLUE value IS 106 (41.80% from 255) = 34.19%
R=36.77%
G=29.03%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149010600.210.070.5532011.7640
Hex725A6A015737140c28
Octal1621321520257675001450
Binary1110010101101011010100101011111101111010000001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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