#775D70

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

Shades of Salt Box #775D70

Tints of Salt Box #775D70

Color information

#775D70 (or 0x775D70) is unknown color: approx Salt Box. HEX triplet: 77, 5D and 70. RGB value is (119,93,112). Sum of RGB (Red+Green+Blue) = 119+93+112=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 119 - color contains mainly: red. Hex color #775D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775D70 is #88A28F. Grayscale: #666666. Windows color (decimal): -8954512 or 7363959. OLE color: 7363959.

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

Color convert

RGB11993112-
CMYK00.220.060.53
HSL316.15º12.26%41.57%-
HSV(B)316.15º21.85%46.67%-
XYZ14.4512.9217.06-
YUV102.94133.11139.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.73%
GREEN value IS 93 (36.72% from 255) = 28.70%
BLUE value IS 112 (44.14% from 255) = 34.57%
R=36.73%
G=28.70%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199311200.220.060.53316.1512.2641.57
Hex775D7001663513cc2a
Octal1671351600266654741452
Binary1110111101110111100000101101101101011001111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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