Html Css Color HEX #7D6E65 Donkey Brown

📋 copy color: '#7D6E65'

red 125 ◦ green 110 ◦ blue 101

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

Shades of Donkey Brown #7D6E65

Tints of Donkey Brown #7D6E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.06%

R = 37.2%
G = 32.74%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#7D6E65 (or 0x7D6E65) is known color: Donkey Brown. HEX triplet: 7D, 6E and 65. RGB value is (125,110,101). Sum of RGB (Red+Green+Blue) = 125+110+101=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6E65 is #82919A. Grayscale: #717171. Windows color (decimal): -8556955 or 6647421. OLE color: 6647421.

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

Color convert

RGB 125 110 101 -
CMYK 0 0.12 0.19 0.51
HSL 22.5º 0.11% 0.44% -
HSV(B) 22.5º 0.19% 0.49% -
XYZ 16.38 16.45 14.62 -
YUV 113.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 125 110 101 0 0.12 0.19 0.51 22.5 0.11 0.44
Hex 7D 6E 65 0 C 13 33 16 B 2C
Octal 175 156 145 0 14 23 63 26 13 54
Binary 1111101 1101110 1100101 0 1100 10011 110011 10110 1011 101100

Color Harmonies of #7D6E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6E65

Black with #7D6E65

Text Example


Text Example

White with #7D6E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,110,101); }

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

background-color css

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

 a { background-color: rgb(125,110,101); }

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

border-color css

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

 span { border-color: rgb(125,110,101); }

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