Html Css Color HEX #7D6C62 Donkey Brown

📋 copy color: '#7D6C62'

red 125 ◦ green 108 ◦ blue 98

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

Shades of Donkey Brown #7D6C62

Tints of Donkey Brown #7D6C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.61%

R = 37.76%
G = 32.63%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#7D6C62 (or 0x7D6C62) is known color: Donkey Brown. HEX triplet: 7D, 6C and 62. RGB value is (125,108,98). Sum of RGB (Red+Green+Blue) = 125+108+98=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6C62 is #82939D. Grayscale: #707070. Windows color (decimal): -8557470 or 6450301. OLE color: 6450301.

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

Color convert

RGB 125 108 98 -
CMYK 0 0.14 0.22 0.51
HSL 22.22º 0.12% 0.44% -
HSV(B) 22.22º 0.22% 0.49% -
XYZ 16.02 15.97 13.79 -
YUV 111.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 125 108 98 0 0.14 0.22 0.51 22.22 0.12 0.44
Hex 7D 6C 62 0 E 16 33 16 C 2C
Octal 175 154 142 0 16 26 63 26 14 54
Binary 1111101 1101100 1100010 0 1110 10110 110011 10110 1100 101100

Color Harmonies of #7D6C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6C62

Black with #7D6C62

Text Example


Text Example

White with #7D6C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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