#7B706A

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

Shades of Donkey Brown #7B706A

Tints of Donkey Brown #7B706A

Color information

#7B706A (or 0x7B706A) is unknown color: approx Donkey Brown. HEX triplet: 7B, 70 and 6A. RGB value is (123,112,106). Sum of RGB (Red+Green+Blue) = 123+112+106=341 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.07% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 123 - color contains mainly: red. Hex color #7B706A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B706A is #848F95. Grayscale: #727272. Windows color (decimal): -8687510 or 6975611. OLE color: 6975611.

HSL color Cylindrical-coordinate representation of color #7B706A: hue angle of 21.18º 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 #7B706A is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.52.

Color convert

RGB123112106-
CMYK00.090.140.52
HSL21.18º7.42%44.9%-
HSV(B)21.18º13.82%48.24%-
XYZ16.5616.8416.01-
YUV114.6123.14133.99-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.07%
GREEN value IS 112 (44.14% from 255) = 32.84%
BLUE value IS 106 (41.80% from 255) = 31.09%
R=36.07%
G=32.84%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12311210600.090.140.5221.187.4244.9
Hex7B706A09E341572d
Octal173160152011166425755
Binary11110111110000110101001001111011010010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,112,106); }

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

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

 a { background-color: rgb(123,112,106); }

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

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

 span { border-color: rgb(123,112,106); }

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