#73636E

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

Shades of Salt Box #73636E

Tints of Salt Box #73636E

Color information

#73636E (or 0x73636E) is unknown color: approx Salt Box. HEX triplet: 73, 63 and 6E. RGB value is (115,99,110). Sum of RGB (Red+Green+Blue) = 115+99+110=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 115 - color contains mainly: red. Hex color #73636E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73636E is #8C9C91. Grayscale: #696969. Windows color (decimal): -9215122 or 7234419. OLE color: 7234419.

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

Color convert

RGB11599110-
CMYK00.140.040.55
HSL318.75º7.48%41.96%-
HSV(B)318.75º13.91%45.1%-
XYZ14.3513.6916.64-
YUV105.04130.8135.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.49%
GREEN value IS 99 (39.06% from 255) = 30.56%
BLUE value IS 110 (43.36% from 255) = 33.95%
R=35.49%
G=30.56%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159911000.140.040.55318.757.4841.96
Hex73636E0E43713f72a
Octal163143156016467477752
Binary11100111100011110111001110100110111100111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73636E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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