#74566A

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

Shades of Salt Box #74566A

Tints of Salt Box #74566A

Color information

#74566A (or 0x74566A) is unknown color: approx Salt Box. HEX triplet: 74, 56 and 6A. RGB value is (116,86,106). Sum of RGB (Red+Green+Blue) = 116+86+106=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 116 - color contains mainly: red. Hex color #74566A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74566A is #8BA995. Grayscale: #616161. Windows color (decimal): -9152918 or 6968948. OLE color: 6968948.

HSL color Cylindrical-coordinate representation of color #74566A: hue angle of 320º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #74566A is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB11686106-
CMYK00.260.090.55
HSL320º14.85%39.61%-
HSV(B)320º25.86%45.49%-
XYZ13.1311.4115.15-
YUV97.25132.94141.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.66%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 106 (41.80% from 255) = 34.42%
R=37.66%
G=27.92%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168610600.260.090.5532014.8539.61
Hex74566A01A937140f28
Octal16412615203211675001750
Binary11101001010110110101001101010011101111010000001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74566A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74566A; }

 p { color: rgb(116,86,106); }

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

<style>
 a { background-color: #74566A; }

 a { background-color: rgb(116,86,106); }

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

<style>
 span { border-color: #74566A; }

 span { border-color: rgb(116,86,106); }

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