#785F70

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

Shades of Salt Box #785F70

Tints of Salt Box #785F70

Color information

#785F70 (or 0x785F70) is unknown color: approx Salt Box. HEX triplet: 78, 5F and 70. RGB value is (120,95,112). Sum of RGB (Red+Green+Blue) = 120+95+112=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 120 - color contains mainly: red. Hex color #785F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785F70 is #87A08F. Grayscale: #686868. Windows color (decimal): -8888464 or 7364472. OLE color: 7364472.

HSL color Cylindrical-coordinate representation of color #785F70: hue angle of 319.2º 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 #785F70 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB12095112-
CMYK00.210.070.53
HSL319.2º11.63%42.16%-
HSV(B)319.2º20.83%47.06%-
XYZ14.7613.3517.13-
YUV104.41132.28139.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.70%
GREEN value IS 95 (37.5% from 255) = 29.05%
BLUE value IS 112 (44.14% from 255) = 34.25%
R=36.70%
G=29.05%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209511200.210.070.53319.211.6342.16
Hex785F7001573513fc2a
Octal1701371600257654771452
Binary1111000101111111100000101011111101011001111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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