#7C6742

Color #7C6742 Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #7C6742

Tints of Yellow Metal #7C6742

Color information

#7C6742 (or 0x7C6742) is unknown color: approx 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

RGB12410366-
CMYK00.170.470.51
HSL38.28º30.53%37.25%-
HSV(B)38.28º46.77%48.63%-
XYZ14.1514.387.18-
YUV105.06105.96141.51-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.32%
GREEN value IS 103 (40.62% 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 (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241036600.170.470.5138.2830.5337.25
Hex7C67420112F33261f25
Octal1741471020215763463745
Binary11111001100111100001001000110111111001110011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>