#78623C

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

Shades of Yellow Metal #78623C

Tints of Yellow Metal #78623C

Color information

#78623C (or 0x78623C) is unknown color: approx Yellow Metal. HEX triplet: 78, 62 and 3C. RGB value is (120,98,60). Sum of RGB (Red+Green+Blue) = 120+98+60=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #78623C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78623C is #879DC3. Grayscale: #646464. Windows color (decimal): -8887748 or 3957368. OLE color: 3957368.

HSL color Cylindrical-coordinate representation of color #78623C: hue angle of 38º 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 #78623C is Cyan = 0, Magento = 0.18, Yellow = 0.5 and Black (K on CMYK) = 0.53.

Color convert

RGB1209860-
CMYK00.180.50.53
HSL38º33.33%35.29%-
HSV(B)38º50%47.06%-
XYZ12.9313.056.11-
YUV100.25105.29142.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.17%
GREEN value IS 98 (38.67% from 255) = 35.25%
BLUE value IS 60 (23.83% from 255) = 21.58%
R=43.17%
G=35.25%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.5
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120986000.180.50.533833.3335.29
Hex78623C0123235262123
Octal170142740226265464143
Binary11110001100010111100010010110010110101100110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78623C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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