Html Css Color HEX #715F5F Zambezi

📋 copy color: '#715F5F'

red 113 ◦ green 95 ◦ blue 95

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

Shades of Zambezi #715F5F

Tints of Zambezi #715F5F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.35%

 BLUE value IS 95 (37.5% from 255) = 31.35%

R = 37.29%
G = 31.35%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#715F5F (or 0x715F5F) is known color: Zambezi. HEX triplet: 71, 5F and 5F. RGB value is (113,95,95). Sum of RGB (Red+Green+Blue) = 113+95+95=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 113 - color contains mainly: red. Hex color #715F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715F5F is #8EA0A0. Grayscale: #646464. Windows color (decimal): -9347233 or 6250353. OLE color: 6250353.

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

Color convert

RGB 113 95 95 -
CMYK 0 0.16 0.16 0.56
HSL 0.09% 0.41% -
HSV(B) 0.16% 0.44% -
XYZ 12.97 12.52 12.56 -
YUV 100.38 124.96 137 -
System Red Green Blue C M Y K H S L
Decimal 113 95 95 0 0.16 0.16 0.56 0 0.09 0.41
Hex 71 5F 5F 0 10 10 38 0 9 29
Octal 161 137 137 0 20 20 70 0 11 51
Binary 1110001 1011111 1011111 0 10000 10000 111000 0 1001 101001

Color Harmonies of #715F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715F5F

Black with #715F5F

Text Example


Text Example

White with #715F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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