Html Css Color HEX #7C6744 Yellow Metal

📋 copy color: '#7C6744'

red 124 ◦ green 103 ◦ blue 68

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

Shades of Yellow Metal #7C6744

Tints of Yellow Metal #7C6744

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.92%

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

R = 42.03%
G = 34.92%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#7C6744 (or 0x7C6744) is known color: Yellow Metal. HEX triplet: 7C, 67 and 44. RGB value is (124,103,68). Sum of RGB (Red+Green+Blue) = 124+103+68=295 (39% of max value = 765). Red value is 124 (48.83% from 255 or 42.03% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6744 is #8398BB. Grayscale: #696969. Windows color (decimal): -8624316 or 4482940. OLE color: 4482940.

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

Color convert

RGB 124 103 68 -
CMYK 0 0.17 0.45 0.51
HSL 37.5º 0.29% 0.38% -
HSV(B) 37.5º 0.45% 0.49% -
XYZ 14.21 14.4 7.5 -
YUV 105.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 124 103 68 0 0.17 0.45 0.51 37.5 0.29 0.38
Hex 7C 67 44 0 11 2D 33 26 1D 26
Octal 174 147 104 0 21 55 63 46 35 46
Binary 1111100 1100111 1000100 0 10001 101101 110011 100110 11101 100110

Color Harmonies of #7C6744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6744

Black with #7C6744

Text Example


Text Example

White with #7C6744

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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