#72526F

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

Shades of Salt Box #72526F

Tints of Salt Box #72526F

Color information

#72526F (or 0x72526F) is unknown color: approx Salt Box. HEX triplet: 72, 52 and 6F. RGB value is (114,82,111). Sum of RGB (Red+Green+Blue) = 114+82+111=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 114 - color contains mainly: red. Hex color #72526F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72526F is #8DAD90. Grayscale: #5E5E5E. Windows color (decimal): -9285009 or 7295602. OLE color: 7295602.

HSL color Cylindrical-coordinate representation of color #72526F: hue angle of 305.62º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72526F is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11482111-
CMYK00.280.030.55
HSL305.62º16.33%38.43%-
HSV(B)305.62º28.07%44.71%-
XYZ12.8310.7616.44-
YUV94.87137.1141.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.13%
GREEN value IS 82 (32.42% from 255) = 26.71%
BLUE value IS 111 (43.75% from 255) = 36.16%
R=37.13%
G=26.71%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148211100.280.030.55305.6216.3338.43
Hex72526F01C3371321026
Octal1621221570343674622046
Binary1110010101001011011110111001111011110011001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72526F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72526F; }

 p { color: rgb(114,82,111); }

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

<style>
 a { background-color: #72526F; }

 a { background-color: rgb(114,82,111); }

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

<style>
 span { border-color: #72526F; }

 span { border-color: rgb(114,82,111); }

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