#74516C

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

Shades of Salt Box #74516C

Tints of Salt Box #74516C

Color information

#74516C (or 0x74516C) is unknown color: approx Salt Box. HEX triplet: 74, 51 and 6C. RGB value is (116,81,108). Sum of RGB (Red+Green+Blue) = 116+81+108=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #74516C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74516C is #8BAE93. Grayscale: #5E5E5E. Windows color (decimal): -9154196 or 7098740. OLE color: 7098740.

HSL color Cylindrical-coordinate representation of color #74516C: hue angle of 313.71º 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 #74516C is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11681108-
CMYK00.300.070.55
HSL313.71º17.77%38.63%-
HSV(B)313.71º30.17%45.49%-
XYZ12.8510.6815.57-
YUV94.54135.6143.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.03%
GREEN value IS 81 (32.03% from 255) = 26.56%
BLUE value IS 108 (42.58% from 255) = 35.41%
R=38.03%
G=26.56%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168110800.300.070.55313.7117.7738.63
Hex74516C01E73713a1227
Octal1641211540367674722247
Binary11101001010001110110001111011111011110011101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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