#786442

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

Shades of Yellow Metal #786442

Tints of Yellow Metal #786442

Color information

#786442 (or 0x786442) is unknown color: approx Yellow Metal. HEX triplet: 78, 64 and 42. RGB value is (120,100,66). Sum of RGB (Red+Green+Blue) = 120+100+66=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 120 - color contains mainly: red. Hex color #786442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786442 is #879BBD. Grayscale: #666666. Windows color (decimal): -8887230 or 4351096. OLE color: 4351096.

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

Color convert

RGB12010066-
CMYK00.170.450.53
HSL37.78º29.03%36.47%-
HSV(B)37.78º45%47.06%-
XYZ13.2913.57.06-
YUV102.1107.63140.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.96%
GREEN value IS 100 (39.45% from 255) = 34.97%
BLUE value IS 66 (26.17% from 255) = 23.08%
R=41.96%
G=34.97%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201006600.170.450.5337.7829.0336.47
Hex7864420112D35261d24
Octal1701441020215565463544
Binary11110001100100100001001000110110111010110011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786442; }

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

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

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

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

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

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

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

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