#73626E

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

Shades of Salt Box #73626E

Tints of Salt Box #73626E

Color information

#73626E (or 0x73626E) is unknown color: approx Salt Box. HEX triplet: 73, 62 and 6E. RGB value is (115,98,110). Sum of RGB (Red+Green+Blue) = 115+98+110=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 115 - color contains mainly: red. Hex color #73626E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73626E is #8C9D91. Grayscale: #686868. Windows color (decimal): -9215378 or 7234163. OLE color: 7234163.

HSL color Cylindrical-coordinate representation of color #73626E: hue angle of 317.65º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #73626E is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11598110-
CMYK00.150.040.55
HSL317.65º7.98%41.76%-
HSV(B)317.65º14.78%45.1%-
XYZ14.2513.5116.61-
YUV104.45131.13135.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.60%
GREEN value IS 98 (38.67% from 255) = 30.34%
BLUE value IS 110 (43.36% from 255) = 34.06%
R=35.60%
G=30.34%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159811000.150.040.55317.657.9841.76
Hex73626E0F43713e82a
Octal1631421560174674761052
Binary111001111000101101110011111001101111001111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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