Html Css Color HEX #7A6E66 Donkey Brown

📋 copy color: '#7A6E66'

red 122 ◦ green 110 ◦ blue 102

#7A6E66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Donkey Brown #7A6E66

Tints of Donkey Brown #7A6E66

RGB

 RED value IS 122 (48.05% from 255) = 36.53%

 GREEN value IS 110 (43.36% from 255) = 32.93%

 BLUE value IS 102 (40.23% from 255) = 30.54%

R = 36.53%
G = 32.93%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.52

RGB Variations

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

Color information

#7A6E66 (or 0x7A6E66) is known color: Donkey Brown. HEX triplet: 7A, 6E and 66. RGB value is (122,110,102). Sum of RGB (Red+Green+Blue) = 122+110+102=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6E66 is #859199. Grayscale: #707070. Windows color (decimal): -8753562 or 6712954. OLE color: 6712954.

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

Color convert

RGB 122 110 102 -
CMYK 0 0.10 0.16 0.52
HSL 24º 0.09% 0.44% -
HSV(B) 24º 0.16% 0.48% -
XYZ 16 16.25 14.86 -
YUV 112.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 122 110 102 0 0.10 0.16 0.52 24 0.09 0.44
Hex 7A 6E 66 0 A 10 34 18 9 2C
Octal 172 156 146 0 12 20 64 30 11 54
Binary 1111010 1101110 1100110 0 1010 10000 110100 11000 1001 101100

Color Harmonies of #7A6E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6E66

Black with #7A6E66

Text Example


Text Example

White with #7A6E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,110,102); }

 H1.HeaderClassName
 {
   color: #7A6E66;
 }
 .AnyTagClassName
 {
   color: #7A6E66;
 }
</style>

background-color css

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

 a { background-color: rgb(122,110,102); }

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

border-color css

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

 span { border-color: rgb(122,110,102); }

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