Html Css Color HEX #7C6743 Yellow Metal

📋 copy color: '#7C6743'

red 124 ◦ green 103 ◦ blue 67

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

Shades of Yellow Metal #7C6743

Tints of Yellow Metal #7C6743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.79%

R = 42.18%
G = 35.03%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#7C6743 (or 0x7C6743) is known color: Yellow Metal. HEX triplet: 7C, 67 and 43. RGB value is (124,103,67). Sum of RGB (Red+Green+Blue) = 124+103+67=294 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.18% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6743 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6743 is #8398BC. Grayscale: #696969. Windows color (decimal): -8624317 or 4417404. OLE color: 4417404.

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

Color convert

RGB 124 103 67 -
CMYK 0 0.17 0.46 0.51
HSL 37.89º 0.3% 0.37% -
HSV(B) 37.89º 0.46% 0.49% -
XYZ 14.18 14.39 7.34 -
YUV 105.18 106.46 141.43 -
System Red Green Blue C M Y K H S L
Decimal 124 103 67 0 0.17 0.46 0.51 37.89 0.3 0.37
Hex 7C 67 43 0 11 2E 33 26 1E 25
Octal 174 147 103 0 21 56 63 46 36 45
Binary 1111100 1100111 1000011 0 10001 101110 110011 100110 11110 100101

Color Harmonies of #7C6743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6743

Black with #7C6743

Text Example


Text Example

White with #7C6743

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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