#7F7160

Color #7F7160 Donkey Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Donkey Brown #7F7160

Tints of Donkey Brown #7F7160

Color information

#7F7160 (or 0x7F7160) is unknown color: approx Donkey Brown. HEX triplet: 7F, 71 and 60. RGB value is (127,113,96). Sum of RGB (Red+Green+Blue) = 127+113+96=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7160 is #808E9F. Grayscale: #737373. Windows color (decimal): -8425120 or 6320511. OLE color: 6320511.

HSL color Cylindrical-coordinate representation of color #7F7160: hue angle of 32.9º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F7160 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB12711396-
CMYK00.110.240.50
HSL32.9º13.9%43.73%-
HSV(B)32.9º24.41%49.8%-
XYZ16.7717.1713.5-
YUV115.25117.14136.38-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.80%
GREEN value IS 113 (44.53% from 255) = 33.63%
BLUE value IS 96 (37.89% from 255) = 28.57%
R=37.80%
G=33.63%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271139600.110.240.5032.913.943.73
Hex7F71600B183221e2c
Octal1771611400133062411654
Binary11111111110001110000001011110001100101000011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F7160; }

 p { color: rgb(127,113,96); }

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

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

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

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

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

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

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