Html Css Color HEX #7D7069 Donkey Brown

📋 copy color: '#7D7069'

red 125 ◦ green 112 ◦ blue 105

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

Shades of Donkey Brown #7D7069

Tints of Donkey Brown #7D7069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.7%

R = 36.55%
G = 32.75%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7D7069 (or 0x7D7069) is known color: Donkey Brown. HEX triplet: 7D, 70 and 69. RGB value is (125,112,105). Sum of RGB (Red+Green+Blue) = 125+112+105=342 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.55% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7069 is #828F96. Grayscale: #737373. Windows color (decimal): -8556439 or 6910077. OLE color: 6910077.

HSL color Cylindrical-coordinate representation of color #7D7069: hue angle of 21º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7D7069 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 112 105 -
CMYK 0 0.10 0.16 0.51
HSL 21º 0.09% 0.45% -
HSV(B) 21º 0.16% 0.49% -
XYZ 16.8 16.97 15.75 -
YUV 115.09 122.31 135.07 -
System Red Green Blue C M Y K H S L
Decimal 125 112 105 0 0.10 0.16 0.51 21 0.09 0.45
Hex 7D 70 69 0 A 10 33 15 9 2D
Octal 175 160 151 0 12 20 63 25 11 55
Binary 1111101 1110000 1101001 0 1010 10000 110011 10101 1001 101101

Color Harmonies of #7D7069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7069

Black with #7D7069

Text Example


Text Example

White with #7D7069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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