Html Css Color HEX #715C58 Zambezi

📋 copy color: '#715C58'

red 113 ◦ green 92 ◦ blue 88

#715C58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zambezi #715C58

Tints of Zambezi #715C58

RGB

 RED value IS 113 (44.53% from 255) = 38.57%

 GREEN value IS 92 (36.33% from 255) = 31.4%

 BLUE value IS 88 (34.77% from 255) = 30.03%

R = 38.57%
G = 31.4%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#715C58 (or 0x715C58) is known color: Zambezi. HEX triplet: 71, 5C and 58. RGB value is (113,92,88). Sum of RGB (Red+Green+Blue) = 113+92+88=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 113 - color contains mainly: red. Hex color #715C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715C58 is #8EA3A7. Grayscale: #616161. Windows color (decimal): -9348008 or 5790833. OLE color: 5790833.

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

Color convert

RGB 113 92 88 -
CMYK 0 0.19 0.22 0.56
HSL 9.6º 0.12% 0.39% -
HSV(B) 9.6º 0.22% 0.44% -
XYZ 12.4 11.87 10.87 -
YUV 97.82 122.46 138.83 -
System Red Green Blue C M Y K H S L
Decimal 113 92 88 0 0.19 0.22 0.56 9.6 0.12 0.39
Hex 71 5C 58 0 13 16 38 A C 27
Octal 161 134 130 0 23 26 70 12 14 47
Binary 1110001 1011100 1011000 0 10011 10110 111000 1010 1100 100111

Color Harmonies of #715C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715C58

Black with #715C58

Text Example


Text Example

White with #715C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #715C58;
 }
 .AnyTagClassName
 {
   color: #715C58;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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