Html Css Color HEX #7F7163 Donkey Brown

📋 copy color: '#7F7163'

red 127 ◦ green 113 ◦ blue 99

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

Shades of Donkey Brown #7F7163

Tints of Donkey Brown #7F7163

RGB

 RED value IS 127 (50% from 255) = 37.46%

 GREEN value IS 113 (44.53% from 255) = 33.33%

 BLUE value IS 99 (39.06% from 255) = 29.2%

R = 37.46%
G = 33.33%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.50

RGB Variations

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

Color information

#7F7163 (or 0x7F7163) is known color: Donkey Brown. HEX triplet: 7F, 71 and 63. RGB value is (127,113,99). Sum of RGB (Red+Green+Blue) = 127+113+99=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7163 is #808E9C. Grayscale: #737373. Windows color (decimal): -8425117 or 6517119. OLE color: 6517119.

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

Color convert

RGB 127 113 99 -
CMYK 0 0.11 0.22 0.50
HSL 30º 0.12% 0.44% -
HSV(B) 30º 0.22% 0.5% -
XYZ 16.91 17.22 14.24 -
YUV 115.59 118.64 136.14 -
System Red Green Blue C M Y K H S L
Decimal 127 113 99 0 0.11 0.22 0.50 30 0.12 0.44
Hex 7F 71 63 0 B 16 32 1E C 2C
Octal 177 161 143 0 13 26 62 36 14 54
Binary 1111111 1110001 1100011 0 1011 10110 110010 11110 1100 101100

Color Harmonies of #7F7163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7163

Black with #7F7163

Text Example


Text Example

White with #7F7163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,113,99); }

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

background-color css

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

 a { background-color: rgb(127,113,99); }

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

border-color css

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

 span { border-color: rgb(127,113,99); }

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