Html Css Color HEX #7D7065 Donkey Brown

📋 copy color: '#7D7065'

red 125 ◦ green 112 ◦ blue 101

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

Shades of Donkey Brown #7D7065

Tints of Donkey Brown #7D7065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.14%

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

R = 36.98%
G = 33.14%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#7D7065 (or 0x7D7065) is known color: Donkey Brown. HEX triplet: 7D, 70 and 65. RGB value is (125,112,101). Sum of RGB (Red+Green+Blue) = 125+112+101=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7065 is #828F9A. Grayscale: #727272. Windows color (decimal): -8556443 or 6647933. OLE color: 6647933.

HSL color Cylindrical-coordinate representation of color #7D7065: hue angle of 27.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 #7D7065 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 112 101 -
CMYK 0 0.10 0.19 0.51
HSL 27.5º 0.11% 0.44% -
HSV(B) 27.5º 0.19% 0.49% -
XYZ 16.6 16.89 14.7 -
YUV 114.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 125 112 101 0 0.10 0.19 0.51 27.5 0.11 0.44
Hex 7D 70 65 0 A 13 33 1C B 2C
Octal 175 160 145 0 12 23 63 34 13 54
Binary 1111101 1110000 1100101 0 1010 10011 110011 11100 1011 101100

Color Harmonies of #7D7065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7065

Black with #7D7065

Text Example


Text Example

White with #7D7065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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