#76556F

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

Shades of Salt Box #76556F

Tints of Salt Box #76556F

Color information

#76556F (or 0x76556F) is unknown color: approx Salt Box. HEX triplet: 76, 55 and 6F. RGB value is (118,85,111). Sum of RGB (Red+Green+Blue) = 118+85+111=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 118 - color contains mainly: red. Hex color #76556F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76556F is #89AA90. Grayscale: #616161. Windows color (decimal): -9022097 or 7296374. OLE color: 7296374.

HSL color Cylindrical-coordinate representation of color #76556F: hue angle of 312.73º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76556F is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB11885111-
CMYK00.280.060.54
HSL312.73º16.26%39.8%-
HSV(B)312.73º27.97%46.27%-
XYZ13.5911.516.54-
YUV97.83135.43142.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.58%
GREEN value IS 85 (33.59% from 255) = 27.07%
BLUE value IS 111 (43.75% from 255) = 35.35%
R=37.58%
G=27.07%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188511100.280.060.54312.7316.2639.8
Hex76556F01C6361391028
Octal1661251570346664712050
Binary11101101010101110111101110011011011010011100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76556F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,85,111); }

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

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

 a { background-color: rgb(118,85,111); }

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

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

 span { border-color: rgb(118,85,111); }

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