Html Css Color HEX #7C6842 Yellow Metal

📋 copy color: '#7C6842'

red 124 ◦ green 104 ◦ blue 66

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

Shades of Yellow Metal #7C6842

Tints of Yellow Metal #7C6842

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.37%

 BLUE value IS 66 (26.17% from 255) = 22.45%

R = 42.18%
G = 35.37%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#7C6842 (or 0x7C6842) is known color: Yellow Metal. HEX triplet: 7C, 68 and 42. RGB value is (124,104,66). Sum of RGB (Red+Green+Blue) = 124+104+66=294 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.18% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6842 is #8397BD. Grayscale: #696969. Windows color (decimal): -8624062 or 4352124. OLE color: 4352124.

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

Color convert

RGB 124 104 66 -
CMYK 0 0.16 0.47 0.51
HSL 39.31º 0.31% 0.37% -
HSV(B) 39.31º 0.47% 0.49% -
XYZ 14.25 14.58 7.22 -
YUV 105.65 105.63 141.09 -
System Red Green Blue C M Y K H S L
Decimal 124 104 66 0 0.16 0.47 0.51 39.31 0.31 0.37
Hex 7C 68 42 0 10 2F 33 27 1F 25
Octal 174 150 102 0 20 57 63 47 37 45
Binary 1111100 1101000 1000010 0 10000 101111 110011 100111 11111 100101

Color Harmonies of #7C6842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6842

Black with #7C6842

Text Example


Text Example

White with #7C6842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,104,66); }

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

background-color css

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

 a { background-color: rgb(124,104,66); }

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

border-color css

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

 span { border-color: rgb(124,104,66); }

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