Html Css Color HEX #7C6746 Yellow Metal

📋 copy color: '#7C6746'

red 124 ◦ green 103 ◦ blue 70

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

Shades of Yellow Metal #7C6746

Tints of Yellow Metal #7C6746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.57%

R = 41.75%
G = 34.68%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#7C6746 (or 0x7C6746) is known color: Yellow Metal. HEX triplet: 7C, 67 and 46. RGB value is (124,103,70). Sum of RGB (Red+Green+Blue) = 124+103+70=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6746 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6746 is #8398B9. Grayscale: #696969. Windows color (decimal): -8624314 or 4614012. OLE color: 4614012.

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

Color convert

RGB 124 103 70 -
CMYK 0 0.17 0.44 0.51
HSL 36.67º 0.28% 0.38% -
HSV(B) 36.67º 0.44% 0.49% -
XYZ 14.27 14.43 7.83 -
YUV 105.52 107.96 141.18 -
System Red Green Blue C M Y K H S L
Decimal 124 103 70 0 0.17 0.44 0.51 36.67 0.28 0.38
Hex 7C 67 46 0 11 2C 33 25 1C 26
Octal 174 147 106 0 21 54 63 45 34 46
Binary 1111100 1100111 1000110 0 10001 101100 110011 100101 11100 100110

Color Harmonies of #7C6746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6746

Black with #7C6746

Text Example


Text Example

White with #7C6746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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