Html Css Color HEX #7C663F Yellow Metal

📋 copy color: '#7C663F'

red 124 ◦ green 102 ◦ blue 63

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

Shades of Yellow Metal #7C663F

Tints of Yellow Metal #7C663F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.29%

 BLUE value IS 63 (25% from 255) = 21.8%

R = 42.91%
G = 35.29%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#7C663F (or 0x7C663F) is known color: Yellow Metal. HEX triplet: 7C, 66 and 3F. RGB value is (124,102,63). Sum of RGB (Red+Green+Blue) = 124+102+63=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 124 - color contains mainly: red. Hex color #7C663F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C663F is #8399C0. Grayscale: #686868. Windows color (decimal): -8624577 or 4155004. OLE color: 4155004.

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

Color convert

RGB 124 102 63 -
CMYK 0 0.18 0.49 0.51
HSL 38.36º 0.33% 0.37% -
HSV(B) 38.36º 0.49% 0.49% -
XYZ 13.96 14.15 6.7 -
YUV 104.13 104.79 142.17 -
System Red Green Blue C M Y K H S L
Decimal 124 102 63 0 0.18 0.49 0.51 38.36 0.33 0.37
Hex 7C 66 3F 0 12 31 33 26 21 25
Octal 174 146 77 0 22 61 63 46 41 45
Binary 1111100 1100110 111111 0 10010 110001 110011 100110 100001 100101

Color Harmonies of #7C663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C663F

Black with #7C663F

Text Example


Text Example

White with #7C663F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,102,63); }

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

background-color css

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

 a { background-color: rgb(124,102,63); }

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

border-color css

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

 span { border-color: rgb(124,102,63); }

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