#76616F

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

Shades of Salt Box #76616F

Tints of Salt Box #76616F

Color information

#76616F (or 0x76616F) is unknown color: approx Salt Box. HEX triplet: 76, 61 and 6F. RGB value is (118,97,111). Sum of RGB (Red+Green+Blue) = 118+97+111=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 118 - color contains mainly: red. Hex color #76616F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76616F is #899E90. Grayscale: #686868. Windows color (decimal): -9019025 or 7299446. OLE color: 7299446.

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

Color convert

RGB11897111-
CMYK00.180.060.54
HSL320º9.77%42.16%-
HSV(B)320º17.8%46.27%-
XYZ14.6213.5516.88-
YUV104.88131.46137.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.20%
GREEN value IS 97 (38.28% from 255) = 29.75%
BLUE value IS 111 (43.75% from 255) = 34.05%
R=36.20%
G=29.75%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189711100.180.060.543209.7742.16
Hex76616F012636140a2a
Octal1661411570226665001252
Binary1110110110000111011110100101101101101010000001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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