#7F7066

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

Shades of Donkey Brown #7F7066

Tints of Donkey Brown #7F7066

Color information

#7F7066 (or 0x7F7066) is unknown color: approx Donkey Brown. HEX triplet: 7F, 70 and 66. RGB value is (127,112,102). Sum of RGB (Red+Green+Blue) = 127+112+102=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7066 is #808F99. Grayscale: #737373. Windows color (decimal): -8425370 or 6713471. OLE color: 6713471.

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

Color convert

RGB127112102-
CMYK00.120.200.50
HSL24º10.92%44.9%-
HSV(B)24º19.69%49.8%-
XYZ16.9417.0614.97-
YUV115.34120.47136.31-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.24%
GREEN value IS 112 (44.14% from 255) = 32.84%
BLUE value IS 102 (40.23% from 255) = 29.91%
R=37.24%
G=32.84%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711210200.120.200.502410.9244.9
Hex7F70660C143218b2d
Octal1771601460142462301355
Binary1111111111000011001100110010100110010110001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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