#73606C

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

Shades of Salt Box #73606C

Tints of Salt Box #73606C

Color information

#73606C (or 0x73606C) is unknown color: approx Salt Box. HEX triplet: 73, 60 and 6C. RGB value is (115,96,108). Sum of RGB (Red+Green+Blue) = 115+96+108=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 115 - color contains mainly: red. Hex color #73606C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73606C is #8C9F93. Grayscale: #676767. Windows color (decimal): -9215892 or 7102579. OLE color: 7102579.

HSL color Cylindrical-coordinate representation of color #73606C: hue angle of 322.11º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #73606C is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11596108-
CMYK00.170.060.55
HSL322.11º9%41.37%-
HSV(B)322.11º16.52%45.1%-
XYZ13.9613.0915.98-
YUV103.05130.79136.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.05%
GREEN value IS 96 (37.89% from 255) = 30.09%
BLUE value IS 108 (42.58% from 255) = 33.86%
R=36.05%
G=30.09%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159610800.170.060.55322.11941.37
Hex73606C011637142929
Octal1631401540216675021151
Binary1110011110000011011000100011101101111010000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73606C; }

 p { color: rgb(115,96,108); }

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

<style>
 a { background-color: #73606C; }

 a { background-color: rgb(115,96,108); }

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

<style>
 span { border-color: #73606C; }

 span { border-color: rgb(115,96,108); }

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