#7F7161

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

Shades of Donkey Brown #7F7161

Tints of Donkey Brown #7F7161

Color information

#7F7161 (or 0x7F7161) is unknown color: approx Donkey Brown. HEX triplet: 7F, 71 and 61. RGB value is (127,113,97). Sum of RGB (Red+Green+Blue) = 127+113+97=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7161 is #808E9E. Grayscale: #737373. Windows color (decimal): -8425119 or 6386047. OLE color: 6386047.

HSL color Cylindrical-coordinate representation of color #7F7161: hue angle of 32º degrees, saturation: 0.13, 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 #7F7161 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB12711397-
CMYK00.110.240.50
HSL32º13.39%43.92%-
HSV(B)32º23.62%49.8%-
XYZ16.8217.1913.74-
YUV115.36117.64136.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.69%
GREEN value IS 113 (44.53% from 255) = 33.53%
BLUE value IS 97 (38.28% from 255) = 28.78%
R=37.69%
G=33.53%
B=28.78%

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
Decimal1271139700.110.240.503213.3943.92
Hex7F71610B183220d2c
Octal1771611410133062401554
Binary11111111110001110000101011110001100101000001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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