#73666F

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

Shades of Salt Box #73666F

Tints of Salt Box #73666F

Color information

#73666F (or 0x73666F) is unknown color: approx Salt Box. HEX triplet: 73, 66 and 6F. RGB value is (115,102,111). Sum of RGB (Red+Green+Blue) = 115+102+111=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 115 - color contains mainly: red. Hex color #73666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73666F is #8C9990. Grayscale: #6A6A6A. Windows color (decimal): -9214353 or 7300723. OLE color: 7300723.

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

Color convert

RGB115102111-
CMYK00.110.030.55
HSL318.46º5.99%42.55%-
HSV(B)318.46º11.3%45.1%-
XYZ14.6914.317.02-
YUV106.91130.31133.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.06%
GREEN value IS 102 (40.23% from 255) = 31.10%
BLUE value IS 111 (43.75% from 255) = 33.84%
R=35.06%
G=31.10%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510211100.110.030.55318.465.9942.55
Hex73666F0B33713e62b
Octal163146157013367476653
Binary1110011110011011011110101111110111100111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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