#705F5F

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

Shades of Zambezi #705F5F

Tints of Zambezi #705F5F

Color information

#705F5F (or 0x705F5F) is unknown color: approx Zambezi. HEX triplet: 70, 5F and 5F. RGB value is (112,95,95). Sum of RGB (Red+Green+Blue) = 112+95+95=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 112 - color contains mainly: red. Hex color #705F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F5F is #8FA0A0. Grayscale: #646464. Windows color (decimal): -9412769 or 6250352. OLE color: 6250352.

HSL color Cylindrical-coordinate representation of color #705F5F: hue angle of 0º 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 #705F5F is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB1129595-
CMYK00.150.150.56
HSL8.21%40.59%-
HSV(B)15.18%43.92%-
XYZ12.8412.4612.55-
YUV100.08125.13136.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.09%
GREEN value IS 95 (37.5% from 255) = 31.46%
BLUE value IS 95 (37.5% from 255) = 31.46%
R=37.09%
G=31.46%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112959500.150.150.5608.2140.59
Hex705F5F0FF380829
Octal160137137017177001051
Binary11100001011111101111101111111111100001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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