#73656E

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

Shades of Salt Box #73656E

Tints of Salt Box #73656E

Color information

#73656E (or 0x73656E) is unknown color: approx Salt Box. HEX triplet: 73, 65 and 6E. RGB value is (115,101,110). Sum of RGB (Red+Green+Blue) = 115+101+110=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 115 - color contains mainly: red. Hex color #73656E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73656E is #8C9A91. Grayscale: #6A6A6A. Windows color (decimal): -9214610 or 7234931. OLE color: 7234931.

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

Color convert

RGB115101110-
CMYK00.120.040.55
HSL321.43º6.48%42.35%-
HSV(B)321.43º12.17%45.1%-
XYZ14.5414.0816.7-
YUV106.21130.14134.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.28%
GREEN value IS 101 (39.84% from 255) = 30.98%
BLUE value IS 110 (43.36% from 255) = 33.74%
R=35.28%
G=30.98%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510111000.120.040.55321.436.4842.35
Hex73656E0C43714162a
Octal163145156014467501652
Binary11100111100101110111001100100110111101000001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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