#74506D

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

Shades of Salt Box #74506D

Tints of Salt Box #74506D

Color information

#74506D (or 0x74506D) is unknown color: approx Salt Box. HEX triplet: 74, 50 and 6D. RGB value is (116,80,109). Sum of RGB (Red+Green+Blue) = 116+80+109=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #74506D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74506D is #8BAF92. Grayscale: #5D5D5D. Windows color (decimal): -9154451 or 7164020. OLE color: 7164020.

HSL color Cylindrical-coordinate representation of color #74506D: hue angle of 311.67º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74506D is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11680109-
CMYK00.310.060.55
HSL311.67º18.37%38.43%-
HSV(B)311.67º31.03%45.49%-
XYZ12.8310.5515.83-
YUV94.07136.43143.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.03%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 109 (42.97% from 255) = 35.74%
R=38.03%
G=26.23%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168010900.310.060.55311.6718.3738.43
Hex74506D01F6371381226
Octal1641201550376674702246
Binary11101001010000110110101111111011011110011100010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74506D; }

 p { color: rgb(116,80,109); }

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

<style>
 a { background-color: #74506D; }

 a { background-color: rgb(116,80,109); }

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

<style>
 span { border-color: #74506D; }

 span { border-color: rgb(116,80,109); }

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