Html Css Color HEX #7C6940 Yellow Metal

📋 copy color: '#7C6940'

red 124 ◦ green 105 ◦ blue 64

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

Shades of Yellow Metal #7C6940

Tints of Yellow Metal #7C6940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.84%

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

R = 42.32%
G = 35.84%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7C6940 (or 0x7C6940) is known color: Yellow Metal. HEX triplet: 7C, 69 and 40. RGB value is (124,105,64). Sum of RGB (Red+Green+Blue) = 124+105+64=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6940 is #8396BF. Grayscale: #6A6A6A. Windows color (decimal): -8623808 or 4221308. OLE color: 4221308.

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

Color convert

RGB 124 105 64 -
CMYK 0 0.15 0.48 0.51
HSL 41º 0.32% 0.37% -
HSV(B) 41º 0.48% 0.49% -
XYZ 14.29 14.76 6.95 -
YUV 106.01 104.29 140.83 -
System Red Green Blue C M Y K H S L
Decimal 124 105 64 0 0.15 0.48 0.51 41 0.32 0.37
Hex 7C 69 40 0 F 30 33 29 20 25
Octal 174 151 100 0 17 60 63 51 40 45
Binary 1111100 1101001 1000000 0 1111 110000 110011 101001 100000 100101

Color Harmonies of #7C6940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6940

Black with #7C6940

Text Example


Text Example

White with #7C6940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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