#74516E

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

Shades of Salt Box #74516E

Tints of Salt Box #74516E

Color information

#74516E (or 0x74516E) is unknown color: approx Salt Box. HEX triplet: 74, 51 and 6E. RGB value is (116,81,110). Sum of RGB (Red+Green+Blue) = 116+81+110=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 116 - color contains mainly: red. Hex color #74516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74516E is #8BAE91. Grayscale: #5E5E5E. Windows color (decimal): -9154194 or 7229812. OLE color: 7229812.

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

Color convert

RGB11681110-
CMYK00.300.050.55
HSL310.29º17.77%38.63%-
HSV(B)310.29º30.17%45.49%-
XYZ12.9610.7216.14-
YUV94.77136.6143.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.79%
GREEN value IS 81 (32.03% from 255) = 26.38%
BLUE value IS 110 (43.36% from 255) = 35.83%
R=37.79%
G=26.38%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168111000.300.050.55310.2917.7738.63
Hex74516E01E5371361227
Octal1641211560365674662247
Binary11101001010001110111001111010111011110011011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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