#7F705E

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

Shades of Donkey Brown #7F705E

Tints of Donkey Brown #7F705E

Color information

#7F705E (or 0x7F705E) is unknown color: approx Donkey Brown. HEX triplet: 7F, 70 and 5E. RGB value is (127,112,94). Sum of RGB (Red+Green+Blue) = 127+112+94=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 127 - color contains mainly: red. Hex color #7F705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F705E is #808FA1. Grayscale: #727272. Windows color (decimal): -8425378 or 6189183. OLE color: 6189183.

HSL color Cylindrical-coordinate representation of color #7F705E: hue angle of 32.73º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7F705E is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB12711294-
CMYK00.120.260.50
HSL32.73º14.93%43.33%-
HSV(B)32.73º25.98%49.8%-
XYZ16.5716.9112.98-
YUV114.43116.47136.96-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.14%
GREEN value IS 112 (44.14% from 255) = 33.63%
BLUE value IS 94 (37.11% from 255) = 28.23%
R=38.14%
G=33.63%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271129400.120.260.5032.7314.9343.33
Hex7F705E0C1A3221f2b
Octal1771601360143262411753
Binary11111111110000101111001100110101100101000011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,112,94); }

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

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

 a { background-color: rgb(127,112,94); }

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

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

 span { border-color: rgb(127,112,94); }

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