Html Css Color HEX #7C6C5C Donkey Brown

📋 copy color: '#7C6C5C'

red 124 ◦ green 108 ◦ blue 92

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

Shades of Donkey Brown #7C6C5C

Tints of Donkey Brown #7C6C5C

RGB

 RED value IS 124 (48.83% from 255) = 38.27%

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

 BLUE value IS 92 (36.33% from 255) = 28.4%

R = 38.27%
G = 33.33%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7C6C5C (or 0x7C6C5C) is known color: Donkey Brown. HEX triplet: 7C, 6C and 5C. RGB value is (124,108,92). Sum of RGB (Red+Green+Blue) = 124+108+92=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6C5C is #8393A3. Grayscale: #6F6F6F. Windows color (decimal): -8623012 or 6057084. OLE color: 6057084.

HSL color Cylindrical-coordinate representation of color #7C6C5C: hue angle of 30º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7C6C5C is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 108 92 -
CMYK 0 0.13 0.26 0.51
HSL 30º 0.15% 0.42% -
HSV(B) 30º 0.26% 0.49% -
XYZ 15.61 15.78 12.35 -
YUV 110.96 117.3 137.3 -
System Red Green Blue C M Y K H S L
Decimal 124 108 92 0 0.13 0.26 0.51 30 0.15 0.42
Hex 7C 6C 5C 0 D 1A 33 1E F 2A
Octal 174 154 134 0 15 32 63 36 17 52
Binary 1111100 1101100 1011100 0 1101 11010 110011 11110 1111 101010

Color Harmonies of #7C6C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6C5C

Black with #7C6C5C

Text Example


Text Example

White with #7C6C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,108,92); }

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

background-color css

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

 a { background-color: rgb(124,108,92); }

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

border-color css

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

 span { border-color: rgb(124,108,92); }

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