Html Css Color HEX #7C6742 Yellow Metal

📋 copy color: '#7C6742'

red 124 ◦ green 103 ◦ blue 66

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

Shades of Yellow Metal #7C6742

Tints of Yellow Metal #7C6742

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.15%

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

R = 42.32%
G = 35.15%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#7C6742 (or 0x7C6742) is known color: Yellow Metal. HEX triplet: 7C, 67 and 42. RGB value is (124,103,66). Sum of RGB (Red+Green+Blue) = 124+103+66=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6742 is #8398BD. Grayscale: #696969. Windows color (decimal): -8624318 or 4351868. OLE color: 4351868.

HSL color Cylindrical-coordinate representation of color #7C6742: hue angle of 38.28º 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 #7C6742 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 103 66 -
CMYK 0 0.17 0.47 0.51
HSL 38.28º 0.31% 0.37% -
HSV(B) 38.28º 0.47% 0.49% -
XYZ 14.15 14.38 7.18 -
YUV 105.06 105.96 141.51 -
System Red Green Blue C M Y K H S L
Decimal 124 103 66 0 0.17 0.47 0.51 38.28 0.31 0.37
Hex 7C 67 42 0 11 2F 33 26 1F 25
Octal 174 147 102 0 21 57 63 46 37 45
Binary 1111100 1100111 1000010 0 10001 101111 110011 100110 11111 100101

Color Harmonies of #7C6742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6742

Black with #7C6742

Text Example


Text Example

White with #7C6742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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