#776170

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

Shades of Salt Box #776170

Tints of Salt Box #776170

Color information

#776170 (or 0x776170) is unknown color: approx Salt Box. HEX triplet: 77, 61 and 70. RGB value is (119,97,112). Sum of RGB (Red+Green+Blue) = 119+97+112=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 119 - color contains mainly: red. Hex color #776170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776170 is #889E8F. Grayscale: #696969. Windows color (decimal): -8953488 or 7364983. OLE color: 7364983.

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

Color convert

RGB11997112-
CMYK00.180.060.53
HSL319.09º10.19%42.35%-
HSV(B)319.09º18.49%46.67%-
XYZ14.8113.6417.18-
YUV105.29131.79137.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.28%
GREEN value IS 97 (38.28% from 255) = 29.57%
BLUE value IS 112 (44.14% from 255) = 34.15%
R=36.28%
G=29.57%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199711200.180.060.53319.0910.1942.35
Hex77617001263513fa2a
Octal1671411600226654771252
Binary1110111110000111100000100101101101011001111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776170; }

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

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

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

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

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

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

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

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