#766170

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

Shades of Salt Box #766170

Tints of Salt Box #766170

Color information

#766170 (or 0x766170) is unknown color: approx Salt Box. HEX triplet: 76, 61 and 70. RGB value is (118,97,112). Sum of RGB (Red+Green+Blue) = 118+97+112=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 118 - color contains mainly: red. Hex color #766170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766170 is #899E8F. Grayscale: #686868. Windows color (decimal): -9019024 or 7364982. OLE color: 7364982.

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

Color convert

RGB11897112-
CMYK00.180.050.54
HSL317.14º9.77%42.16%-
HSV(B)317.14º17.8%46.27%-
XYZ14.6713.5717.18-
YUV104.99131.96137.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.09%
GREEN value IS 97 (38.28% from 255) = 29.66%
BLUE value IS 112 (44.14% from 255) = 34.25%
R=36.09%
G=29.66%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189711200.180.050.54317.149.7742.16
Hex76617001253613da2a
Octal1661411600225664751252
Binary1110110110000111100000100101011101101001111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766170; }

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

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

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

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

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

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

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

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