Html Css Color HEX #7D6D5F Donkey Brown

📋 copy color: '#7D6D5F'

red 125 ◦ green 109 ◦ blue 95

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

Shades of Donkey Brown #7D6D5F

Tints of Donkey Brown #7D6D5F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.13%

 BLUE value IS 95 (37.5% from 255) = 28.88%

R = 37.99%
G = 33.13%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#7D6D5F (or 0x7D6D5F) is known color: Donkey Brown. HEX triplet: 7D, 6D and 5F. RGB value is (125,109,95). Sum of RGB (Red+Green+Blue) = 125+109+95=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6D5F is #8292A0. Grayscale: #707070. Windows color (decimal): -8557217 or 6253949. OLE color: 6253949.

HSL color Cylindrical-coordinate representation of color #7D6D5F: hue angle of 28º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7D6D5F is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 109 95 -
CMYK 0 0.13 0.24 0.51
HSL 28º 0.14% 0.43% -
HSV(B) 28º 0.24% 0.49% -
XYZ 15.99 16.12 13.1 -
YUV 112.19 118.3 137.14 -
System Red Green Blue C M Y K H S L
Decimal 125 109 95 0 0.13 0.24 0.51 28 0.14 0.43
Hex 7D 6D 5F 0 D 18 33 1C E 2B
Octal 175 155 137 0 15 30 63 34 16 53
Binary 1111101 1101101 1011111 0 1101 11000 110011 11100 1110 101011

Color Harmonies of #7D6D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6D5F

Black with #7D6D5F

Text Example


Text Example

White with #7D6D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,109,95); }

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

background-color css

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

 a { background-color: rgb(125,109,95); }

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

border-color css

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

 span { border-color: rgb(125,109,95); }

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