#715756

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

Shades of Zambezi #715756

Tints of Zambezi #715756

Color information

#715756 (or 0x715756) is unknown color: approx Zambezi. HEX triplet: 71, 57 and 56. RGB value is (113,87,86). Sum of RGB (Red+Green+Blue) = 113+87+86=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 113 - color contains mainly: red. Hex color #715756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715756 is #8EA8A9. Grayscale: #5E5E5E. Windows color (decimal): -9349290 or 5658481. OLE color: 5658481.

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

Color convert

RGB1138786-
CMYK00.230.240.56
HSL2.22º13.57%39.02%-
HSV(B)2.22º23.89%44.31%-
XYZ11.91110.3-
YUV94.66123.11141.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.51%
GREEN value IS 87 (34.38% from 255) = 30.42%
BLUE value IS 86 (33.98% from 255) = 30.07%
R=39.51%
G=30.42%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113878600.230.240.562.2213.5739.02
Hex71575601718382e27
Octal161127126027307021647
Binary11100011010111101011001011111000111000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715756; }

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

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

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

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

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

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

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

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