#7B6F68

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

Shades of Donkey Brown #7B6F68

Tints of Donkey Brown #7B6F68

Color information

#7B6F68 (or 0x7B6F68) is unknown color: approx Donkey Brown. HEX triplet: 7B, 6F and 68. RGB value is (123,111,104). Sum of RGB (Red+Green+Blue) = 123+111+104=338 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.39% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6F68 is #849097. Grayscale: #717171. Windows color (decimal): -8687768 or 6844283. OLE color: 6844283.

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

Color convert

RGB123111104-
CMYK00.100.150.52
HSL22.11º8.37%44.51%-
HSV(B)22.11º15.45%48.24%-
XYZ16.3516.5815.44-
YUV113.79122.48134.57-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.39%
GREEN value IS 111 (43.75% from 255) = 32.84%
BLUE value IS 104 (41.02% from 255) = 30.77%
R=36.39%
G=32.84%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12311110400.100.150.5222.118.3744.51
Hex7B6F680AF341682d
Octal1731571500121764261055
Binary111101111011111101000010101111110100101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,111,104); }

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

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

 a { background-color: rgb(123,111,104); }

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

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

 span { border-color: rgb(123,111,104); }

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