#78683A

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

Shades of Yellow Metal #78683A

Tints of Yellow Metal #78683A

Color information

#78683A (or 0x78683A) is unknown color: approx Yellow Metal. HEX triplet: 78, 68 and 3A. RGB value is (120,104,58). Sum of RGB (Red+Green+Blue) = 120+104+58=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #78683A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78683A is #8797C5. Grayscale: #676767. Windows color (decimal): -8886214 or 3827832. OLE color: 3827832.

HSL color Cylindrical-coordinate representation of color #78683A: hue angle of 44.52º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78683A is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB12010458-
CMYK00.130.520.53
HSL44.52º34.83%34.9%-
HSV(B)44.52º51.67%47.06%-
XYZ13.4614.26.03-
YUV103.54102.3139.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.55%
GREEN value IS 104 (41.02% from 255) = 36.88%
BLUE value IS 58 (23.05% from 255) = 20.57%
R=42.55%
G=36.88%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201045800.130.520.5344.5234.8334.9
Hex78683A0D34352d2323
Octal170150720156465554343
Binary1111000110100011101001101110100110101101101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78683A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78683A; }

 p { color: rgb(120,104,58); }

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

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

 a { background-color: rgb(120,104,58); }

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

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

 span { border-color: rgb(120,104,58); }

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