#76606F

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

Shades of Salt Box #76606F

Tints of Salt Box #76606F

Color information

#76606F (or 0x76606F) is unknown color: approx Salt Box. HEX triplet: 76, 60 and 6F. RGB value is (118,96,111). Sum of RGB (Red+Green+Blue) = 118+96+111=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 118 - color contains mainly: red. Hex color #76606F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76606F is #899F90. Grayscale: #686868. Windows color (decimal): -9019281 or 7299190. OLE color: 7299190.

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

Color convert

RGB11896111-
CMYK00.190.060.54
HSL319.09º10.28%41.96%-
HSV(B)319.09º18.64%46.27%-
XYZ14.5213.3616.85-
YUV104.29131.79137.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 111 (43.75% from 255) = 34.15%
R=36.31%
G=29.54%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189611100.190.060.54319.0910.2841.96
Hex76606F01363613fa2a
Octal1661401570236664771252
Binary1110110110000011011110100111101101101001111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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