#776271

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

Shades of Salt Box #776271

Tints of Salt Box #776271

Color information

#776271 (or 0x776271) is unknown color: approx Salt Box. HEX triplet: 77, 62 and 71. RGB value is (119,98,113). Sum of RGB (Red+Green+Blue) = 119+98+113=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 119 - color contains mainly: red. Hex color #776271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776271 is #889D8E. Grayscale: #696969. Windows color (decimal): -8953231 or 7430775. OLE color: 7430775.

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

Color convert

RGB11998113-
CMYK00.180.050.53
HSL317.14º9.68%42.55%-
HSV(B)317.14º17.65%46.67%-
XYZ14.9613.8517.51-
YUV105.99131.96137.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.06%
GREEN value IS 98 (38.67% from 255) = 29.70%
BLUE value IS 113 (44.53% from 255) = 34.24%
R=36.06%
G=29.70%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199811300.180.050.53317.149.6842.55
Hex77627101253513da2b
Octal1671421610225654751253
Binary1110111110001011100010100101011101011001111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776271; }

 p { color: rgb(119,98,113); }

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

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

 a { background-color: rgb(119,98,113); }

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

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

 span { border-color: rgb(119,98,113); }

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