#7F7065

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

Shades of Donkey Brown #7F7065

Tints of Donkey Brown #7F7065

Color information

#7F7065 (or 0x7F7065) is unknown color: approx Donkey Brown. HEX triplet: 7F, 70 and 65. RGB value is (127,112,101). Sum of RGB (Red+Green+Blue) = 127+112+101=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7065 is #808F9A. Grayscale: #737373. Windows color (decimal): -8425371 or 6647935. OLE color: 6647935.

HSL color Cylindrical-coordinate representation of color #7F7065: hue angle of 25.38º 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 #7F7065 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB127112101-
CMYK00.120.200.50
HSL25.38º11.4%44.71%-
HSV(B)25.38º20.47%49.8%-
XYZ16.917.0414.71-
YUV115.23119.97136.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.35%
GREEN value IS 112 (44.14% from 255) = 32.94%
BLUE value IS 101 (39.84% from 255) = 29.71%
R=37.35%
G=32.94%
B=29.71%

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
Decimal12711210100.120.200.5025.3811.444.71
Hex7F70650C143219b2d
Octal1771601450142462311355
Binary1111111111000011001010110010100110010110011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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