#715B58

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

Shades of Zambezi #715B58

Tints of Zambezi #715B58

Color information

#715B58 (or 0x715B58) is unknown color: approx Zambezi. HEX triplet: 71, 5B and 58. RGB value is (113,91,88). Sum of RGB (Red+Green+Blue) = 113+91+88=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #715B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715B58 is #8EA4A7. Grayscale: #616161. Windows color (decimal): -9348264 or 5790577. OLE color: 5790577.

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

Color convert

RGB1139188-
CMYK00.190.220.56
HSL7.2º12.44%39.41%-
HSV(B)7.2º22.12%44.31%-
XYZ12.3111.710.84-
YUV97.24122.79139.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.70%
GREEN value IS 91 (35.94% from 255) = 31.16%
BLUE value IS 88 (34.77% from 255) = 30.14%
R=38.70%
G=31.16%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113918800.190.220.567.212.4439.41
Hex715B5801316387c27
Octal161133130023267071447
Binary111000110110111011000010011101101110001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715B58; }

 p { color: rgb(113,91,88); }

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

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

 a { background-color: rgb(113,91,88); }

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

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

 span { border-color: rgb(113,91,88); }

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