#7E7066

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

Shades of Donkey Brown #7E7066

Tints of Donkey Brown #7E7066

Color information

#7E7066 (or 0x7E7066) is unknown color: approx Donkey Brown. HEX triplet: 7E, 70 and 66. RGB value is (126,112,102). Sum of RGB (Red+Green+Blue) = 126+112+102=340 (45% of max value = 765). Red value is 126 (49.61% from 255 or 37.06% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7066 is #818F99. Grayscale: #737373. Windows color (decimal): -8490906 or 6713470. OLE color: 6713470.

HSL color Cylindrical-coordinate representation of color #7E7066: hue angle of 25º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7E7066 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB126112102-
CMYK00.110.190.51
HSL25º10.53%44.71%-
HSV(B)25º19.05%49.41%-
XYZ16.816.9814.96-
YUV115.05120.64135.81-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.06%
GREEN value IS 112 (44.14% from 255) = 32.94%
BLUE value IS 102 (40.23% from 255) = 30%
R=37.06%
G=32.94%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12611210200.110.190.512510.5344.71
Hex7E70660B133319b2d
Octal1761601460132363311355
Binary1111110111000011001100101110011110011110011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,112,102); }

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

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

 a { background-color: rgb(126,112,102); }

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

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

 span { border-color: rgb(126,112,102); }

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