Html Css Color HEX #7C6A39 Yellow Metal

📋 copy color: '#7C6A39'

red 124 ◦ green 106 ◦ blue 57

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

Shades of Yellow Metal #7C6A39

Tints of Yellow Metal #7C6A39

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.93%

 BLUE value IS 57 (22.66% from 255) = 19.86%

R = 43.21%
G = 36.93%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7C6A39 (or 0x7C6A39) is known color: Yellow Metal. HEX triplet: 7C, 6A and 39. RGB value is (124,106,57). Sum of RGB (Red+Green+Blue) = 124+106+57=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6A39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6A39 is #8395C6. Grayscale: #6A6A6A. Windows color (decimal): -8623559 or 3762812. OLE color: 3762812.

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

Color convert

RGB 124 106 57 -
CMYK 0 0.15 0.54 0.51
HSL 43.88º 0.37% 0.35% -
HSV(B) 43.88º 0.54% 0.49% -
XYZ 14.2 14.89 6 -
YUV 105.8 100.46 140.98 -
System Red Green Blue C M Y K H S L
Decimal 124 106 57 0 0.15 0.54 0.51 43.88 0.37 0.35
Hex 7C 6A 39 0 F 36 33 2C 25 23
Octal 174 152 71 0 17 66 63 54 45 43
Binary 1111100 1101010 111001 0 1111 110110 110011 101100 100101 100011

Color Harmonies of #7C6A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6A39

Black with #7C6A39

Text Example


Text Example

White with #7C6A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,106,57); }

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

background-color css

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

 a { background-color: rgb(124,106,57); }

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

border-color css

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

 span { border-color: rgb(124,106,57); }

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