Html Css Color HEX #7C6C40 Yellow Metal

📋 copy color: '#7C6C40'

red 124 ◦ green 108 ◦ blue 64

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

Shades of Yellow Metal #7C6C40

Tints of Yellow Metal #7C6C40

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.49%

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

R = 41.89%
G = 36.49%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7C6C40 (or 0x7C6C40) is known color: Yellow Metal. HEX triplet: 7C, 6C and 40. RGB value is (124,108,64). Sum of RGB (Red+Green+Blue) = 124+108+64=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6C40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6C40 is #8393BF. Grayscale: #6B6B6B. Windows color (decimal): -8623040 or 4222076. OLE color: 4222076.

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

Color convert

RGB 124 108 64 -
CMYK 0 0.13 0.48 0.51
HSL 44º 0.32% 0.37% -
HSV(B) 44º 0.48% 0.49% -
XYZ 14.6 15.38 7.05 -
YUV 107.77 103.3 139.58 -
System Red Green Blue C M Y K H S L
Decimal 124 108 64 0 0.13 0.48 0.51 44 0.32 0.37
Hex 7C 6C 40 0 D 30 33 2C 20 25
Octal 174 154 100 0 15 60 63 54 40 45
Binary 1111100 1101100 1000000 0 1101 110000 110011 101100 100000 100101

Color Harmonies of #7C6C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6C40

Black with #7C6C40

Text Example


Text Example

White with #7C6C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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