#705756

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

Shades of Zambezi #705756

Tints of Zambezi #705756

Color information

#705756 (or 0x705756) is unknown color: approx Zambezi. HEX triplet: 70, 57 and 56. RGB value is (112,87,86). Sum of RGB (Red+Green+Blue) = 112+87+86=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #705756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705756 is #8FA8A9. Grayscale: #5E5E5E. Windows color (decimal): -9414826 or 5658480. OLE color: 5658480.

HSL color Cylindrical-coordinate representation of color #705756: hue angle of 2.31º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #705756 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB1128786-
CMYK00.220.230.56
HSL2.31º13.13%38.82%-
HSV(B)2.31º23.21%43.92%-
XYZ11.7710.9310.29-
YUV94.36123.28140.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.30%
GREEN value IS 87 (34.38% from 255) = 30.53%
BLUE value IS 86 (33.98% from 255) = 30.18%
R=39.30%
G=30.53%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112878600.220.230.562.3113.1338.82
Hex70575601617382d27
Octal160127126026277021547
Binary11100001010111101011001011010111111000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705756; }

 p { color: rgb(112,87,86); }

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

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

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

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

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

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

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