#75616D

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

Shades of Salt Box #75616D

Tints of Salt Box #75616D

Color information

#75616D (or 0x75616D) is unknown color: approx Salt Box. HEX triplet: 75, 61 and 6D. RGB value is (117,97,109). Sum of RGB (Red+Green+Blue) = 117+97+109=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 117 - color contains mainly: red. Hex color #75616D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75616D is #8A9E92. Grayscale: #686868. Windows color (decimal): -9084563 or 7168373. OLE color: 7168373.

HSL color Cylindrical-coordinate representation of color #75616D: hue angle of 324º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #75616D is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB11797109-
CMYK00.170.070.54
HSL324º9.35%41.96%-
HSV(B)324º17.09%45.88%-
XYZ14.3713.4416.3-
YUV104.35130.63137.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.22%
GREEN value IS 97 (38.28% from 255) = 30.03%
BLUE value IS 109 (42.97% from 255) = 33.75%
R=36.22%
G=30.03%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179710900.170.070.543249.3541.96
Hex75616D01173614492a
Octal1651411550217665041152
Binary1110101110000111011010100011111101101010001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,97,109); }

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

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

 a { background-color: rgb(117,97,109); }

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

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

 span { border-color: rgb(117,97,109); }

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