#74656F

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

Shades of Salt Box #74656F

Tints of Salt Box #74656F

Color information

#74656F (or 0x74656F) is unknown color: approx Salt Box. HEX triplet: 74, 65 and 6F. RGB value is (116,101,111). Sum of RGB (Red+Green+Blue) = 116+101+111=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 116 - color contains mainly: red. Hex color #74656F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74656F is #8B9A90. Grayscale: #6A6A6A. Windows color (decimal): -9149073 or 7300468. OLE color: 7300468.

HSL color Cylindrical-coordinate representation of color #74656F: hue angle of 320º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #74656F is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB116101111-
CMYK00.130.040.55
HSL320º6.91%42.55%-
HSV(B)320º12.93%45.49%-
XYZ14.7314.1717-
YUV106.62130.47134.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.37%
GREEN value IS 101 (39.84% from 255) = 30.79%
BLUE value IS 111 (43.75% from 255) = 33.84%
R=35.37%
G=30.79%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11610111100.130.040.553206.9142.55
Hex74656F0D43714072b
Octal164145157015467500753
Binary11101001100101110111101101100110111101000000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74656F; }

 p { color: rgb(116,101,111); }

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

<style>
 a { background-color: #74656F; }

 a { background-color: rgb(116,101,111); }

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

<style>
 span { border-color: #74656F; }

 span { border-color: rgb(116,101,111); }

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