Html Css Color HEX #7D6C58 Donkey Brown

📋 copy color: '#7D6C58'

red 125 ◦ green 108 ◦ blue 88

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

Shades of Donkey Brown #7D6C58

Tints of Donkey Brown #7D6C58

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.64%

 BLUE value IS 88 (34.77% from 255) = 27.41%

R = 38.94%
G = 33.64%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#7D6C58 (or 0x7D6C58) is known color: Donkey Brown. HEX triplet: 7D, 6C and 58. RGB value is (125,108,88). Sum of RGB (Red+Green+Blue) = 125+108+88=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6C58 is #8293A7. Grayscale: #6E6E6E. Windows color (decimal): -8557480 or 5794941. OLE color: 5794941.

HSL color Cylindrical-coordinate representation of color #7D6C58: hue angle of 32.43º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D6C58 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 108 88 -
CMYK 0 0.14 0.30 0.51
HSL 32.43º 0.17% 0.42% -
HSV(B) 32.43º 0.3% 0.49% -
XYZ 15.58 15.79 11.46 -
YUV 110.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 125 108 88 0 0.14 0.30 0.51 32.43 0.17 0.42
Hex 7D 6C 58 0 E 1E 33 20 11 2A
Octal 175 154 130 0 16 36 63 40 21 52
Binary 1111101 1101100 1011000 0 1110 11110 110011 100000 10001 101010

Color Harmonies of #7D6C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6C58

Black with #7D6C58

Text Example


Text Example

White with #7D6C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,108,88); }

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

background-color css

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

 a { background-color: rgb(125,108,88); }

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

border-color css

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

 span { border-color: rgb(125,108,88); }

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