Html Css Color HEX #7C663E Yellow Metal

📋 copy color: '#7C663E'

red 124 ◦ green 102 ◦ blue 62

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

Shades of Yellow Metal #7C663E

Tints of Yellow Metal #7C663E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.53%

R = 43.06%
G = 35.42%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.5

 K value IS 0.51

RGB Variations

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

Color information

#7C663E (or 0x7C663E) is known color: Yellow Metal. HEX triplet: 7C, 66 and 3E. RGB value is (124,102,62). Sum of RGB (Red+Green+Blue) = 124+102+62=288 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.06% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 124 - color contains mainly: red. Hex color #7C663E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C663E is #8399C1. Grayscale: #686868. Windows color (decimal): -8624578 or 4089468. OLE color: 4089468.

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

Color convert

RGB 124 102 62 -
CMYK 0 0.18 0.5 0.51
HSL 38.71º 0.33% 0.36% -
HSV(B) 38.71º 0.5% 0.49% -
XYZ 13.93 14.14 6.55 -
YUV 104.02 104.29 142.25 -
System Red Green Blue C M Y K H S L
Decimal 124 102 62 0 0.18 0.5 0.51 38.71 0.33 0.36
Hex 7C 66 3E 0 12 32 33 27 21 24
Octal 174 146 76 0 22 62 63 47 41 44
Binary 1111100 1100110 111110 0 10010 110010 110011 100111 100001 100100

Color Harmonies of #7C663E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C663E

Black with #7C663E

Text Example


Text Example

White with #7C663E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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