#715A58

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

Shades of Zambezi #715A58

Tints of Zambezi #715A58

Color information

#715A58 (or 0x715A58) is unknown color: approx Zambezi. HEX triplet: 71, 5A and 58. RGB value is (113,90,88). Sum of RGB (Red+Green+Blue) = 113+90+88=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 113 - color contains mainly: red. Hex color #715A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715A58 is #8EA5A7. Grayscale: #606060. Windows color (decimal): -9348520 or 5790321. OLE color: 5790321.

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

Color convert

RGB1139088-
CMYK00.200.220.56
HSL4.8º12.44%39.41%-
HSV(B)4.8º22.12%44.31%-
XYZ12.2311.5310.81-
YUV96.65123.12139.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.83%
GREEN value IS 90 (35.55% from 255) = 30.93%
BLUE value IS 88 (34.77% from 255) = 30.24%
R=38.83%
G=30.93%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113908800.200.220.564.812.4439.41
Hex715A5801416385c27
Octal161132130024267051447
Binary111000110110101011000010100101101110001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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