#7B7068

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

Shades of Donkey Brown #7B7068

Tints of Donkey Brown #7B7068

Color information

#7B7068 (or 0x7B7068) is unknown color: approx Donkey Brown. HEX triplet: 7B, 70 and 68. RGB value is (123,112,104). Sum of RGB (Red+Green+Blue) = 123+112+104=339 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.28% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7068 is #848F97. Grayscale: #727272. Windows color (decimal): -8687512 or 6844539. OLE color: 6844539.

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

Color convert

RGB123112104-
CMYK00.090.150.52
HSL25.26º8.37%44.51%-
HSV(B)25.26º15.45%48.24%-
XYZ16.4616.815.47-
YUV114.38122.14134.15-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.28%
GREEN value IS 112 (44.14% from 255) = 33.04%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=36.28%
G=33.04%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12311210400.090.150.5225.268.3744.51
Hex7B706809F341982d
Octal1731601500111764311055
Binary111101111100001101000010011111110100110011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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