#775E70

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

Shades of Salt Box #775E70

Tints of Salt Box #775E70

Color information

#775E70 (or 0x775E70) is unknown color: approx Salt Box. HEX triplet: 77, 5E and 70. RGB value is (119,94,112). Sum of RGB (Red+Green+Blue) = 119+94+112=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 119 - color contains mainly: red. Hex color #775E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E70 is #88A18F. Grayscale: #676767. Windows color (decimal): -8954256 or 7364215. OLE color: 7364215.

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

Color convert

RGB11994112-
CMYK00.210.060.53
HSL316.8º11.74%41.76%-
HSV(B)316.8º21.01%46.67%-
XYZ14.5413.117.09-
YUV103.53132.78139.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.62%
GREEN value IS 94 (37.11% from 255) = 28.92%
BLUE value IS 112 (44.14% from 255) = 34.46%
R=36.62%
G=28.92%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199411200.210.060.53316.811.7441.76
Hex775E7001563513dc2a
Octal1671361600256654751452
Binary1110111101111011100000101011101101011001111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775E70; }

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

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

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

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

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

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

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

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