Html Css Color HEX #7C6440 Yellow Metal

📋 copy color: '#7C6440'

red 124 ◦ green 100 ◦ blue 64

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

Shades of Yellow Metal #7C6440

Tints of Yellow Metal #7C6440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.22%

R = 43.06%
G = 34.72%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7C6440 (or 0x7C6440) is known color: Yellow Metal. HEX triplet: 7C, 64 and 40. RGB value is (124,100,64). Sum of RGB (Red+Green+Blue) = 124+100+64=288 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.06% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6440 is #839BBF. Grayscale: #676767. Windows color (decimal): -8625088 or 4220028. OLE color: 4220028.

HSL color Cylindrical-coordinate representation of color #7C6440: hue angle of 36º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C6440 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 100 64 -
CMYK 0 0.19 0.48 0.51
HSL 36º 0.32% 0.37% -
HSV(B) 36º 0.48% 0.49% -
XYZ 13.79 13.77 6.78 -
YUV 103.07 105.95 142.93 -
System Red Green Blue C M Y K H S L
Decimal 124 100 64 0 0.19 0.48 0.51 36 0.32 0.37
Hex 7C 64 40 0 13 30 33 24 20 25
Octal 174 144 100 0 23 60 63 44 40 45
Binary 1111100 1100100 1000000 0 10011 110000 110011 100100 100000 100101

Color Harmonies of #7C6440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6440

Black with #7C6440

Text Example


Text Example

White with #7C6440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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