#73656F

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

Shades of Salt Box #73656F

Tints of Salt Box #73656F

Color information

#73656F (or 0x73656F) is unknown color: approx Salt Box. HEX triplet: 73, 65 and 6F. RGB value is (115,101,111). Sum of RGB (Red+Green+Blue) = 115+101+111=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 115 - color contains mainly: red. Hex color #73656F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73656F is #8C9A90. Grayscale: #6A6A6A. Windows color (decimal): -9214609 or 7300467. OLE color: 7300467.

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

Color convert

RGB115101111-
CMYK00.120.030.55
HSL317.14º6.48%42.35%-
HSV(B)317.14º12.17%45.1%-
XYZ14.5914.116.99-
YUV106.33130.64134.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.17%
GREEN value IS 101 (39.84% from 255) = 30.89%
BLUE value IS 111 (43.75% from 255) = 33.94%
R=35.17%
G=30.89%
B=33.94%

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
Decimal11510111100.120.030.55317.146.4842.35
Hex73656F0C33713d62a
Octal163145157014367475652
Binary1110011110010111011110110011110111100111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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