Html Css Color HEX #7C6844 Yellow Metal

📋 copy color: '#7C6844'

red 124 ◦ green 104 ◦ blue 68

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

Shades of Yellow Metal #7C6844

Tints of Yellow Metal #7C6844

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.14%

 BLUE value IS 68 (26.95% from 255) = 22.97%

R = 41.89%
G = 35.14%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#7C6844 (or 0x7C6844) is known color: Yellow Metal. HEX triplet: 7C, 68 and 44. RGB value is (124,104,68). Sum of RGB (Red+Green+Blue) = 124+104+68=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6844 is #8397BB. Grayscale: #6A6A6A. Windows color (decimal): -8624060 or 4483196. OLE color: 4483196.

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

Color convert

RGB 124 104 68 -
CMYK 0 0.16 0.45 0.51
HSL 38.57º 0.29% 0.38% -
HSV(B) 38.57º 0.45% 0.49% -
XYZ 14.31 14.6 7.53 -
YUV 105.88 106.63 140.93 -
System Red Green Blue C M Y K H S L
Decimal 124 104 68 0 0.16 0.45 0.51 38.57 0.29 0.38
Hex 7C 68 44 0 10 2D 33 27 1D 26
Octal 174 150 104 0 20 55 63 47 35 46
Binary 1111100 1101000 1000100 0 10000 101101 110011 100111 11101 100110

Color Harmonies of #7C6844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6844

Black with #7C6844

Text Example


Text Example

White with #7C6844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,104,68); }

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

background-color css

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

 a { background-color: rgb(124,104,68); }

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

border-color css

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

 span { border-color: rgb(124,104,68); }

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