Html Css Color HEX #715757 Zambezi

📋 copy color: '#715757'

red 113 ◦ green 87 ◦ blue 87

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

Shades of Zambezi #715757

Tints of Zambezi #715757

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.31%

 BLUE value IS 87 (34.38% from 255) = 30.31%

R = 39.37%
G = 30.31%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#715757 (or 0x715757) is known color: Zambezi. HEX triplet: 71, 57 and 57. RGB value is (113,87,87). Sum of RGB (Red+Green+Blue) = 113+87+87=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #715757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715757 is #8EA8A8. Grayscale: #5E5E5E. Windows color (decimal): -9349289 or 5724017. OLE color: 5724017.

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

Color convert

RGB 113 87 87 -
CMYK 0 0.23 0.23 0.56
HSL 0.13% 0.39% -
HSV(B) 0.23% 0.44% -
XYZ 11.94 11.02 10.51 -
YUV 94.77 123.61 141 -
System Red Green Blue C M Y K H S L
Decimal 113 87 87 0 0.23 0.23 0.56 0 0.13 0.39
Hex 71 57 57 0 17 17 38 0 D 27
Octal 161 127 127 0 27 27 70 0 15 47
Binary 1110001 1010111 1010111 0 10111 10111 111000 0 1101 100111

Color Harmonies of #715757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715757

Black with #715757

Text Example


Text Example

White with #715757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715757; }

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

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

background-color css

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

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

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

border-color css

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

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

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