#775B70

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

Shades of Salt Box #775B70

Tints of Salt Box #775B70

Color information

#775B70 (or 0x775B70) is unknown color: approx Salt Box. HEX triplet: 77, 5B and 70. RGB value is (119,91,112). Sum of RGB (Red+Green+Blue) = 119+91+112=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 119 - color contains mainly: red. Hex color #775B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775B70 is #88A48F. Grayscale: #656565. Windows color (decimal): -8955024 or 7363447. OLE color: 7363447.

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

Color convert

RGB11991112-
CMYK00.240.060.53
HSL315º13.33%41.18%-
HSV(B)315º23.53%46.67%-
XYZ14.2712.5717-
YUV101.77133.78140.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.96%
GREEN value IS 91 (35.94% from 255) = 28.26%
BLUE value IS 112 (44.14% from 255) = 34.78%
R=36.96%
G=28.26%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199111200.240.060.5331513.3341.18
Hex775B7001863513bd29
Octal1671331600306654731551
Binary1110111101101111100000110001101101011001110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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