Html Css Color HEX #715B5A Zambezi

📋 copy color: '#715B5A'

red 113 ◦ green 91 ◦ blue 90

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

Shades of Zambezi #715B5A

Tints of Zambezi #715B5A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.95%

 BLUE value IS 90 (35.55% from 255) = 30.61%

R = 38.44%
G = 30.95%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#715B5A (or 0x715B5A) is known color: Zambezi. HEX triplet: 71, 5B and 5A. RGB value is (113,91,90). Sum of RGB (Red+Green+Blue) = 113+91+90=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 113 - color contains mainly: red. Hex color #715B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715B5A is #8EA4A5. Grayscale: #616161. Windows color (decimal): -9348262 or 5921649. OLE color: 5921649.

HSL color Cylindrical-coordinate representation of color #715B5A: hue angle of 2.61º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #715B5A is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 91 90 -
CMYK 0 0.19 0.20 0.56
HSL 2.61º 0.11% 0.4% -
HSV(B) 2.61º 0.2% 0.44% -
XYZ 12.4 11.73 11.28 -
YUV 97.46 123.79 139.08 -
System Red Green Blue C M Y K H S L
Decimal 113 91 90 0 0.19 0.20 0.56 2.61 0.11 0.4
Hex 71 5B 5A 0 13 14 38 3 B 28
Octal 161 133 132 0 23 24 70 3 13 50
Binary 1110001 1011011 1011010 0 10011 10100 111000 11 1011 101000

Color Harmonies of #715B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715B5A

Black with #715B5A

Text Example


Text Example

White with #715B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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