Html Css Color HEX #7F6C60 Donkey Brown

📋 copy color: '#7F6C60'

red 127 ◦ green 108 ◦ blue 96

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

Shades of Donkey Brown #7F6C60

Tints of Donkey Brown #7F6C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29%

R = 38.37%
G = 32.63%
B = 29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#7F6C60 (or 0x7F6C60) is known color: Donkey Brown. HEX triplet: 7F, 6C and 60. RGB value is (127,108,96). Sum of RGB (Red+Green+Blue) = 127+108+96=331 (43% of max value = 765). Red value is 127 (50% from 255 or 38.37% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6C60 is #80939F. Grayscale: #707070. Windows color (decimal): -8426400 or 6319231. OLE color: 6319231.

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

Color convert

RGB 127 108 96 -
CMYK 0 0.15 0.24 0.50
HSL 23.23º 0.14% 0.44% -
HSV(B) 23.23º 0.24% 0.5% -
XYZ 16.23 16.08 13.32 -
YUV 112.31 118.79 138.48 -
System Red Green Blue C M Y K H S L
Decimal 127 108 96 0 0.15 0.24 0.50 23.23 0.14 0.44
Hex 7F 6C 60 0 F 18 32 17 E 2C
Octal 177 154 140 0 17 30 62 27 16 54
Binary 1111111 1101100 1100000 0 1111 11000 110010 10111 1110 101100

Color Harmonies of #7F6C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6C60

Black with #7F6C60

Text Example


Text Example

White with #7F6C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,108,96); }

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

background-color css

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

 a { background-color: rgb(127,108,96); }

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

border-color css

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

 span { border-color: rgb(127,108,96); }

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