Html Css Color HEX #7C663B Yellow Metal

📋 copy color: '#7C663B'

red 124 ◦ green 102 ◦ blue 59

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

Shades of Yellow Metal #7C663B

Tints of Yellow Metal #7C663B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.7%

R = 43.51%
G = 35.79%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7C663B (or 0x7C663B) is known color: Yellow Metal. HEX triplet: 7C, 66 and 3B. RGB value is (124,102,59). Sum of RGB (Red+Green+Blue) = 124+102+59=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 124 - color contains mainly: red. Hex color #7C663B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C663B is #8399C4. Grayscale: #676767. Windows color (decimal): -8624581 or 3892860. OLE color: 3892860.

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

Color convert

RGB 124 102 59 -
CMYK 0 0.18 0.52 0.51
HSL 39.69º 0.36% 0.36% -
HSV(B) 39.69º 0.52% 0.49% -
XYZ 13.85 14.1 6.13 -
YUV 103.68 102.79 142.5 -
System Red Green Blue C M Y K H S L
Decimal 124 102 59 0 0.18 0.52 0.51 39.69 0.36 0.36
Hex 7C 66 3B 0 12 34 33 28 24 24
Octal 174 146 73 0 22 64 63 50 44 44
Binary 1111100 1100110 111011 0 10010 110100 110011 101000 100100 100100

Color Harmonies of #7C663B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C663B

Black with #7C663B

Text Example


Text Example

White with #7C663B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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