#72646F

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

Shades of Salt Box #72646F

Tints of Salt Box #72646F

Color information

#72646F (or 0x72646F) is unknown color: approx Salt Box. HEX triplet: 72, 64 and 6F. RGB value is (114,100,111). Sum of RGB (Red+Green+Blue) = 114+100+111=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 114 - color contains mainly: red. Hex color #72646F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72646F is #8D9B90. Grayscale: #696969. Windows color (decimal): -9280401 or 7300210. OLE color: 7300210.

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

Color convert

RGB114100111-
CMYK00.120.030.55
HSL312.86º6.54%41.96%-
HSV(B)312.86º12.28%44.71%-
XYZ14.3713.8416.95-
YUV105.44131.14134.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.08%
GREEN value IS 100 (39.45% from 255) = 30.77%
BLUE value IS 111 (43.75% from 255) = 34.15%
R=35.08%
G=30.77%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410011100.120.030.55312.866.5441.96
Hex72646F0C33713972a
Octal162144157014367471752
Binary1110010110010011011110110011110111100111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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