#78663C

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

Shades of Yellow Metal #78663C

Tints of Yellow Metal #78663C

Color information

#78663C (or 0x78663C) is unknown color: approx Yellow Metal. HEX triplet: 78, 66 and 3C. RGB value is (120,102,60). Sum of RGB (Red+Green+Blue) = 120+102+60=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #78663C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78663C is #8799C3. Grayscale: #666666. Windows color (decimal): -8886724 or 3958392. OLE color: 3958392.

HSL color Cylindrical-coordinate representation of color #78663C: hue angle of 42º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78663C is Cyan = 0, Magento = 0.15, Yellow = 0.5 and Black (K on CMYK) = 0.53.

Color convert

RGB12010260-
CMYK00.150.50.53
HSL42º33.33%35.29%-
HSV(B)42º50%47.06%-
XYZ13.3113.826.24-
YUV102.59103.96140.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.55%
GREEN value IS 102 (40.23% from 255) = 36.17%
BLUE value IS 60 (23.83% from 255) = 21.28%
R=42.55%
G=36.17%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.5
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201026000.150.50.534233.3335.29
Hex78663C0F32352a2123
Octal170146740176265524143
Binary1111000110011011110001111110010110101101010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78663C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78663C; }

 p { color: rgb(120,102,60); }

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

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

 a { background-color: rgb(120,102,60); }

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

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

 span { border-color: rgb(120,102,60); }

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