#705F6C

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

Shades of Salt Box #705F6C

Tints of Salt Box #705F6C

Color information

#705F6C (or 0x705F6C) is unknown color: approx Salt Box. HEX triplet: 70, 5F and 6C. RGB value is (112,95,108). Sum of RGB (Red+Green+Blue) = 112+95+108=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 112 - color contains mainly: red. Hex color #705F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F6C is #8FA093. Grayscale: #656565. Windows color (decimal): -9412756 or 7102320. OLE color: 7102320.

HSL color Cylindrical-coordinate representation of color #705F6C: hue angle of 314.12º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #705F6C is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11295108-
CMYK00.150.040.56
HSL314.12º8.21%40.59%-
HSV(B)314.12º15.18%43.92%-
XYZ13.4812.7115.93-
YUV101.56131.63135.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 95 (37.5% from 255) = 30.16%
BLUE value IS 108 (42.58% from 255) = 34.29%
R=35.56%
G=30.16%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129510800.150.040.56314.128.2140.59
Hex705F6C0F43813a829
Octal1601371540174704721051
Binary111000010111111101100011111001110001001110101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705F6C; }

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

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

<style>
 a { background-color: #705F6C; }

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

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

<style>
 span { border-color: #705F6C; }

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

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