#7F7063

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

Shades of Donkey Brown #7F7063

Tints of Donkey Brown #7F7063

Color information

#7F7063 (or 0x7F7063) is unknown color: approx Donkey Brown. HEX triplet: 7F, 70 and 63. RGB value is (127,112,99). Sum of RGB (Red+Green+Blue) = 127+112+99=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7063 is #808F9C. Grayscale: #737373. Windows color (decimal): -8425373 or 6516863. OLE color: 6516863.

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

Color convert

RGB12711299-
CMYK00.120.220.50
HSL27.86º12.39%44.31%-
HSV(B)27.86º22.05%49.8%-
XYZ16.81714.2-
YUV115118.97136.56-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.57%
GREEN value IS 112 (44.14% from 255) = 33.14%
BLUE value IS 99 (39.06% from 255) = 29.29%
R=37.57%
G=33.14%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271129900.120.220.5027.8612.3944.31
Hex7F70630C16321cc2c
Octal1771601430142662341454
Binary1111111111000011000110110010110110010111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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