#766171

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

Shades of Salt Box #766171

Tints of Salt Box #766171

Color information

#766171 (or 0x766171) is unknown color: approx Salt Box. HEX triplet: 76, 61 and 71. RGB value is (118,97,113). Sum of RGB (Red+Green+Blue) = 118+97+113=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 118 - color contains mainly: red. Hex color #766171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766171 is #899E8E. Grayscale: #696969. Windows color (decimal): -9019023 or 7430518. OLE color: 7430518.

HSL color Cylindrical-coordinate representation of color #766171: hue angle of 314.29º 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 #766171 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB11897113-
CMYK00.180.040.54
HSL314.29º9.77%42.16%-
HSV(B)314.29º17.8%46.27%-
XYZ14.7313.5917.47-
YUV105.1132.46137.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.98%
GREEN value IS 97 (38.28% from 255) = 29.57%
BLUE value IS 113 (44.53% from 255) = 34.45%
R=35.98%
G=29.57%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189711300.180.040.54314.299.7742.16
Hex76617101243613aa2a
Octal1661411610224664721252
Binary1110110110000111100010100101001101101001110101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766171; }

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

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

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

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

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

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

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

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