Html Css Color HEX #7D6F66 Donkey Brown

📋 copy color: '#7D6F66'

red 125 ◦ green 111 ◦ blue 102

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

Shades of Donkey Brown #7D6F66

Tints of Donkey Brown #7D6F66

RGB

 RED value IS 125 (49.22% from 255) = 36.98%

 GREEN value IS 111 (43.75% from 255) = 32.84%

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

R = 36.98%
G = 32.84%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#7D6F66 (or 0x7D6F66) is known color: Donkey Brown. HEX triplet: 7D, 6F and 66. RGB value is (125,111,102). Sum of RGB (Red+Green+Blue) = 125+111+102=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6F66 is #829099. Grayscale: #727272. Windows color (decimal): -8556698 or 6713213. OLE color: 6713213.

HSL color Cylindrical-coordinate representation of color #7D6F66: hue angle of 23.48º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7D6F66 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 111 102 -
CMYK 0 0.11 0.18 0.51
HSL 23.48º 0.1% 0.45% -
HSV(B) 23.48º 0.18% 0.49% -
XYZ 16.54 16.69 14.92 -
YUV 114.16 121.14 135.73 -
System Red Green Blue C M Y K H S L
Decimal 125 111 102 0 0.11 0.18 0.51 23.48 0.1 0.45
Hex 7D 6F 66 0 B 12 33 17 A 2D
Octal 175 157 146 0 13 22 63 27 12 55
Binary 1111101 1101111 1100110 0 1011 10010 110011 10111 1010 101101

Color Harmonies of #7D6F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6F66

Black with #7D6F66

Text Example


Text Example

White with #7D6F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,111,102); }

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

background-color css

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

 a { background-color: rgb(125,111,102); }

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

border-color css

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

 span { border-color: rgb(125,111,102); }

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