Html Css Color HEX #7C6637 Yellow Metal

📋 copy color: '#7C6637'

red 124 ◦ green 102 ◦ blue 55

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

Shades of Yellow Metal #7C6637

Tints of Yellow Metal #7C6637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.57%

R = 44.13%
G = 36.3%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#7C6637 (or 0x7C6637) is known color: Yellow Metal. HEX triplet: 7C, 66 and 37. RGB value is (124,102,55). Sum of RGB (Red+Green+Blue) = 124+102+55=281 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.13% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6637 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6637 is #8399C8. Grayscale: #676767. Windows color (decimal): -8624585 or 3630716. OLE color: 3630716.

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

Color convert

RGB 124 102 55 -
CMYK 0 0.18 0.56 0.51
HSL 40.87º 0.39% 0.35% -
HSV(B) 40.87º 0.56% 0.49% -
XYZ 13.75 14.06 5.6 -
YUV 103.22 100.79 142.82 -
System Red Green Blue C M Y K H S L
Decimal 124 102 55 0 0.18 0.56 0.51 40.87 0.39 0.35
Hex 7C 66 37 0 12 38 33 29 27 23
Octal 174 146 67 0 22 70 63 51 47 43
Binary 1111100 1100110 110111 0 10010 111000 110011 101001 100111 100011

Color Harmonies of #7C6637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6637

Black with #7C6637

Text Example


Text Example

White with #7C6637

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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