#7A7069

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

Shades of Donkey Brown #7A7069

Tints of Donkey Brown #7A7069

Color information

#7A7069 (or 0x7A7069) is unknown color: approx Donkey Brown. HEX triplet: 7A, 70 and 69. RGB value is (122,112,105). Sum of RGB (Red+Green+Blue) = 122+112+105=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7069 is #858F96. Grayscale: #727272. Windows color (decimal): -8753047 or 6910074. OLE color: 6910074.

HSL color Cylindrical-coordinate representation of color #7A7069: hue angle of 24.71º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7A7069 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.52.

Color convert

RGB122112105-
CMYK00.080.140.52
HSL24.71º7.49%44.51%-
HSV(B)24.71º13.93%47.84%-
XYZ16.3716.7515.73-
YUV114.19122.81133.57-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.99%
GREEN value IS 112 (44.14% from 255) = 33.04%
BLUE value IS 105 (41.41% from 255) = 30.97%
R=35.99%
G=33.04%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211210500.080.140.5224.717.4944.51
Hex7A706908E341972d
Octal172160151010166431755
Binary11110101110000110100101000111011010011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,112,105); }

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

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

 a { background-color: rgb(122,112,105); }

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

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

 span { border-color: rgb(122,112,105); }

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