#76586D

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

Shades of Salt Box #76586D

Tints of Salt Box #76586D

Color information

#76586D (or 0x76586D) is unknown color: approx Salt Box. HEX triplet: 76, 58 and 6D. RGB value is (118,88,109). Sum of RGB (Red+Green+Blue) = 118+88+109=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #76586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76586D is #89A792. Grayscale: #636363. Windows color (decimal): -9021331 or 7166070. OLE color: 7166070.

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

Color convert

RGB11888109-
CMYK00.250.080.54
HSL318º14.56%40.39%-
HSV(B)318º25.42%46.27%-
XYZ13.7211.9416.05-
YUV99.36133.44141.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 109 (42.97% from 255) = 34.60%
R=37.46%
G=27.94%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188810900.250.080.5431814.5640.39
Hex76586D01983613ef28
Octal16613015503110664761750
Binary11101101011000110110101100110001101101001111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,88,109); }

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

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

 a { background-color: rgb(118,88,109); }

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

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

 span { border-color: rgb(118,88,109); }

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