Html Css Color HEX #7C6444 Yellow Metal

📋 copy color: '#7C6444'

red 124 ◦ green 100 ◦ blue 68

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

Shades of Yellow Metal #7C6444

Tints of Yellow Metal #7C6444

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.25%

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

R = 42.47%
G = 34.25%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#7C6444 (or 0x7C6444) is known color: Yellow Metal. HEX triplet: 7C, 64 and 44. RGB value is (124,100,68). Sum of RGB (Red+Green+Blue) = 124+100+68=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6444 is #839BBB. Grayscale: #676767. Windows color (decimal): -8625084 or 4482172. OLE color: 4482172.

HSL color Cylindrical-coordinate representation of color #7C6444: hue angle of 34.29º 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 #7C6444 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 100 68 -
CMYK 0 0.19 0.45 0.51
HSL 34.29º 0.29% 0.38% -
HSV(B) 34.29º 0.45% 0.49% -
XYZ 13.91 13.82 7.4 -
YUV 103.53 107.95 142.6 -
System Red Green Blue C M Y K H S L
Decimal 124 100 68 0 0.19 0.45 0.51 34.29 0.29 0.38
Hex 7C 64 44 0 13 2D 33 22 1D 26
Octal 174 144 104 0 23 55 63 42 35 46
Binary 1111100 1100100 1000100 0 10011 101101 110011 100010 11101 100110

Color Harmonies of #7C6444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6444

Black with #7C6444

Text Example


Text Example

White with #7C6444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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