#786A42

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

Shades of Yellow Metal #786A42

Tints of Yellow Metal #786A42

Color information

#786A42 (or 0x786A42) is unknown color: approx Yellow Metal. HEX triplet: 78, 6A and 42. RGB value is (120,106,66). Sum of RGB (Red+Green+Blue) = 120+106+66=292 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.10% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 120 - color contains mainly: red. Hex color #786A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786A42 is #8795BD. Grayscale: #696969. Windows color (decimal): -8885694 or 4352632. OLE color: 4352632.

HSL color Cylindrical-coordinate representation of color #786A42: hue angle of 44.44º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #786A42 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB12010666-
CMYK00.120.450.53
HSL44.44º29.03%36.47%-
HSV(B)44.44º45%47.06%-
XYZ13.8814.697.26-
YUV105.63105.64138.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.10%
GREEN value IS 106 (41.80% from 255) = 36.30%
BLUE value IS 66 (26.17% from 255) = 22.60%
R=41.10%
G=36.30%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201066600.120.450.5344.4429.0336.47
Hex786A420C2D352c1d24
Octal1701521020145565543544
Binary1111000110101010000100110010110111010110110011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786A42; }

 p { color: rgb(120,106,66); }

 H1.HeaderClassName
 {
   color: #786A42;
 }
 .AnyTagClassName
 {
   color: #786A42;
 }
</style>
background-color css

<style>
 a { background-color: #786A42; }

 a { background-color: rgb(120,106,66); }

 div.DivClassName
 {
   background-color: #786A42;
 }
 .BgClassName
 {
   background-color: #786A42;
 }
</style>
border-color css

<style>
 span { border-color: #786A42; }

 span { border-color: rgb(120,106,66); }

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