#786B3F

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

Shades of Yellow Metal #786B3F

Tints of Yellow Metal #786B3F

Color information

#786B3F (or 0x786B3F) is unknown color: approx Yellow Metal. HEX triplet: 78, 6B and 3F. RGB value is (120,107,63). Sum of RGB (Red+Green+Blue) = 120+107+63=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 120 - color contains mainly: red. Hex color #786B3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786B3F is #8794C0. Grayscale: #6A6A6A. Windows color (decimal): -8885441 or 4156280. OLE color: 4156280.

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

Color convert

RGB12010763-
CMYK00.110.480.53
HSL46.32º31.15%35.88%-
HSV(B)46.32º47.5%47.06%-
XYZ13.914.876.84-
YUV105.87103.81138.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.38%
GREEN value IS 107 (42.19% from 255) = 36.90%
BLUE value IS 63 (25% from 255) = 21.72%
R=41.38%
G=36.90%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201076300.110.480.5346.3231.1535.88
Hex786B3F0B30352e1f24
Octal170153770136065563744
Binary111100011010111111110101111000011010110111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,107,63); }

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

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

 a { background-color: rgb(120,107,63); }

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

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

 span { border-color: rgb(120,107,63); }

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