#76626E

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

Shades of Salt Box #76626E

Tints of Salt Box #76626E

Color information

#76626E (or 0x76626E) is unknown color: approx Salt Box. HEX triplet: 76, 62 and 6E. RGB value is (118,98,110). Sum of RGB (Red+Green+Blue) = 118+98+110=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 118 - color contains mainly: red. Hex color #76626E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76626E is #899D91. Grayscale: #696969. Windows color (decimal): -9018770 or 7234166. OLE color: 7234166.

HSL color Cylindrical-coordinate representation of color #76626E: 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 #76626E is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB11898110-
CMYK00.170.070.54
HSL324º9.26%42.35%-
HSV(B)324º16.95%46.27%-
XYZ14.6513.7116.63-
YUV105.35130.63137.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.20%
GREEN value IS 98 (38.67% from 255) = 30.06%
BLUE value IS 110 (43.36% from 255) = 33.74%
R=36.20%
G=30.06%
B=33.74%

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
Decimal1189811000.170.070.543249.2642.35
Hex76626E01173614492a
Octal1661421560217665041152
Binary1110110110001011011100100011111101101010001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76626E; }

 p { color: rgb(118,98,110); }

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

<style>
 a { background-color: #76626E; }

 a { background-color: rgb(118,98,110); }

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

<style>
 span { border-color: #76626E; }

 span { border-color: rgb(118,98,110); }

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