#776270

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

Shades of Salt Box #776270

Tints of Salt Box #776270

Color information

#776270 (or 0x776270) is unknown color: approx Salt Box. HEX triplet: 77, 62 and 70. RGB value is (119,98,112). Sum of RGB (Red+Green+Blue) = 119+98+112=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 119 - color contains mainly: red. Hex color #776270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776270 is #889D8F. Grayscale: #696969. Windows color (decimal): -8953232 or 7365239. OLE color: 7365239.

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

Color convert

RGB11998112-
CMYK00.180.060.53
HSL320º9.68%42.55%-
HSV(B)320º17.65%46.67%-
XYZ14.913.8317.21-
YUV105.88131.46137.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.17%
GREEN value IS 98 (38.67% from 255) = 29.79%
BLUE value IS 112 (44.14% from 255) = 34.04%
R=36.17%
G=29.79%
B=34.04%

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
Decimal1199811200.180.060.533209.6842.55
Hex776270012635140a2b
Octal1671421600226655001253
Binary1110111110001011100000100101101101011010000001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776270; }

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

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

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

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

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

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

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

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