#775F70

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

Shades of Salt Box #775F70

Tints of Salt Box #775F70

Color information

#775F70 (or 0x775F70) is unknown color: approx Salt Box. HEX triplet: 77, 5F and 70. RGB value is (119,95,112). Sum of RGB (Red+Green+Blue) = 119+95+112=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 119 - color contains mainly: red. Hex color #775F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F70 is #88A08F. Grayscale: #686868. Windows color (decimal): -8954000 or 7364471. OLE color: 7364471.

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

Color convert

RGB11995112-
CMYK00.200.060.53
HSL317.5º11.21%41.96%-
HSV(B)317.5º20.17%46.67%-
XYZ14.6213.2817.12-
YUV104.11132.45138.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.50%
GREEN value IS 95 (37.5% from 255) = 29.14%
BLUE value IS 112 (44.14% from 255) = 34.36%
R=36.50%
G=29.14%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199511200.200.060.53317.511.2141.96
Hex775F7001463513eb2a
Octal1671371600246654761352
Binary1110111101111111100000101001101101011001111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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