#74526C

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

Shades of Salt Box #74526C

Tints of Salt Box #74526C

Color information

#74526C (or 0x74526C) is unknown color: approx Salt Box. HEX triplet: 74, 52 and 6C. RGB value is (116,82,108). Sum of RGB (Red+Green+Blue) = 116+82+108=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 116 - color contains mainly: red. Hex color #74526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74526C is #8BAD93. Grayscale: #5F5F5F. Windows color (decimal): -9153940 or 7098996. OLE color: 7098996.

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

Color convert

RGB11682108-
CMYK00.290.070.55
HSL314.12º17.17%38.82%-
HSV(B)314.12º29.31%45.49%-
XYZ12.9310.8315.6-
YUV95.13135.26142.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.91%
GREEN value IS 82 (32.42% from 255) = 26.80%
BLUE value IS 108 (42.58% from 255) = 35.29%
R=37.91%
G=26.80%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168210800.290.070.55314.1217.1738.82
Hex74526C01D73713a1127
Octal1641221540357674722147
Binary11101001010010110110001110111111011110011101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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