Html Css Color HEX #7C6740 Yellow Metal

📋 copy color: '#7C6740'

red 124 ◦ green 103 ◦ blue 64

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

Shades of Yellow Metal #7C6740

Tints of Yellow Metal #7C6740

RGB

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

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

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

R = 42.61%
G = 35.4%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7C6740 (or 0x7C6740) is known color: Yellow Metal. HEX triplet: 7C, 67 and 40. RGB value is (124,103,64). Sum of RGB (Red+Green+Blue) = 124+103+64=291 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.61% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6740 is #8398BF. Grayscale: #696969. Windows color (decimal): -8624320 or 4220796. OLE color: 4220796.

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

Color convert

RGB 124 103 64 -
CMYK 0 0.17 0.48 0.51
HSL 39º 0.32% 0.37% -
HSV(B) 39º 0.48% 0.49% -
XYZ 14.09 14.36 6.88 -
YUV 104.83 104.96 141.67 -
System Red Green Blue C M Y K H S L
Decimal 124 103 64 0 0.17 0.48 0.51 39 0.32 0.37
Hex 7C 67 40 0 11 30 33 27 20 25
Octal 174 147 100 0 21 60 63 47 40 45
Binary 1111100 1100111 1000000 0 10001 110000 110011 100111 100000 100101

Color Harmonies of #7C6740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6740

Black with #7C6740

Text Example


Text Example

White with #7C6740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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