#74516B

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

Shades of Salt Box #74516B

Tints of Salt Box #74516B

Color information

#74516B (or 0x74516B) is unknown color: approx Salt Box. HEX triplet: 74, 51 and 6B. RGB value is (116,81,107). Sum of RGB (Red+Green+Blue) = 116+81+107=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 116 - color contains mainly: red. Hex color #74516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74516B is #8BAE94. Grayscale: #5E5E5E. Windows color (decimal): -9154197 or 7033204. OLE color: 7033204.

HSL color Cylindrical-coordinate representation of color #74516B: hue angle of 315.43º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #74516B is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB11681107-
CMYK00.300.080.55
HSL315.43º17.77%38.63%-
HSV(B)315.43º30.17%45.49%-
XYZ12.810.6615.29-
YUV94.43135.1143.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.16%
GREEN value IS 81 (32.03% from 255) = 26.64%
BLUE value IS 107 (42.19% from 255) = 35.20%
R=38.16%
G=26.64%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168110700.300.080.55315.4317.7738.63
Hex74516B01E83713b1227
Octal16412115303610674732247
Binary111010010100011101011011110100011011110011101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74516B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74516B; }

 p { color: rgb(116,81,107); }

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

<style>
 a { background-color: #74516B; }

 a { background-color: rgb(116,81,107); }

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

<style>
 span { border-color: #74516B; }

 span { border-color: rgb(116,81,107); }

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