#72636D

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

Shades of Salt Box #72636D

Tints of Salt Box #72636D

Color information

#72636D (or 0x72636D) is unknown color: approx Salt Box. HEX triplet: 72, 63 and 6D. RGB value is (114,99,109). Sum of RGB (Red+Green+Blue) = 114+99+109=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 114 - color contains mainly: red. Hex color #72636D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72636D is #8D9C92. Grayscale: #686868. Windows color (decimal): -9280659 or 7168882. OLE color: 7168882.

HSL color Cylindrical-coordinate representation of color #72636D: hue angle of 320º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #72636D is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11499109-
CMYK00.130.040.55
HSL320º7.04%41.76%-
HSV(B)320º13.16%44.71%-
XYZ14.1613.6116.35-
YUV104.62130.47134.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.40%
GREEN value IS 99 (39.06% from 255) = 30.75%
BLUE value IS 109 (42.97% from 255) = 33.85%
R=35.40%
G=30.75%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149910900.130.040.553207.0441.76
Hex72636D0D43714072a
Octal162143155015467500752
Binary11100101100011110110101101100110111101000000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72636D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72636D; }

 p { color: rgb(114,99,109); }

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

<style>
 a { background-color: #72636D; }

 a { background-color: rgb(114,99,109); }

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

<style>
 span { border-color: #72636D; }

 span { border-color: rgb(114,99,109); }

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