#725E6E

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

Shades of Salt Box #725E6E

Tints of Salt Box #725E6E

Color information

#725E6E (or 0x725E6E) is unknown color: approx Salt Box. HEX triplet: 72, 5E and 6E. RGB value is (114,94,110). Sum of RGB (Red+Green+Blue) = 114+94+110=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 114 - color contains mainly: red. Hex color #725E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725E6E is #8DA191. Grayscale: #656565. Windows color (decimal): -9281938 or 7233138. OLE color: 7233138.

HSL color Cylindrical-coordinate representation of color #725E6E: hue angle of 312º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #725E6E is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11494110-
CMYK00.180.040.55
HSL312º9.62%40.78%-
HSV(B)312º17.54%44.71%-
XYZ13.7612.7116.48-
YUV101.8132.63136.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.85%
GREEN value IS 94 (37.11% from 255) = 29.56%
BLUE value IS 110 (43.36% from 255) = 34.59%
R=35.85%
G=29.56%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149411000.180.040.553129.6240.78
Hex725E6E012437138a29
Octal1621361560224674701251
Binary1110010101111011011100100101001101111001110001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,94,110); }

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

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

 a { background-color: rgb(114,94,110); }

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

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

 span { border-color: rgb(114,94,110); }

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