#75646F

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

Shades of Salt Box #75646F

Tints of Salt Box #75646F

Color information

#75646F (or 0x75646F) is unknown color: approx Salt Box. HEX triplet: 75, 64 and 6F. RGB value is (117,100,111). Sum of RGB (Red+Green+Blue) = 117+100+111=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 117 - color contains mainly: red. Hex color #75646F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75646F is #8A9B90. Grayscale: #6A6A6A. Windows color (decimal): -9083793 or 7300213. OLE color: 7300213.

HSL color Cylindrical-coordinate representation of color #75646F: hue angle of 321.18º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #75646F is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB117100111-
CMYK00.150.050.54
HSL321.18º7.83%42.55%-
HSV(B)321.18º14.53%45.88%-
XYZ14.7614.0416.97-
YUV106.34130.63135.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.67%
GREEN value IS 100 (39.45% from 255) = 30.49%
BLUE value IS 111 (43.75% from 255) = 33.84%
R=35.67%
G=30.49%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710011100.150.050.54321.187.8342.55
Hex75646F0F53614182b
Octal1651441570175665011053
Binary111010111001001101111011111011101101010000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,100,111); }

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

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

 a { background-color: rgb(117,100,111); }

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

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

 span { border-color: rgb(117,100,111); }

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