#73646F

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

Shades of Salt Box #73646F

Tints of Salt Box #73646F

Color information

#73646F (or 0x73646F) is unknown color: approx Salt Box. HEX triplet: 73, 64 and 6F. RGB value is (115,100,111). Sum of RGB (Red+Green+Blue) = 115+100+111=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 115 - color contains mainly: red. Hex color #73646F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73646F is #8C9B90. Grayscale: #696969. Windows color (decimal): -9214865 or 7300211. OLE color: 7300211.

HSL color Cylindrical-coordinate representation of color #73646F: hue angle of 316º 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 #73646F is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB115100111-
CMYK00.130.030.55
HSL316º6.98%42.16%-
HSV(B)316º13.04%45.1%-
XYZ14.513.9116.96-
YUV105.74130.97134.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.28%
GREEN value IS 100 (39.45% from 255) = 30.67%
BLUE value IS 111 (43.75% from 255) = 34.05%
R=35.28%
G=30.67%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510011100.130.030.553166.9842.16
Hex73646F0D33713c72a
Octal163144157015367474752
Binary1110011110010011011110110111110111100111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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