#78663B

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

Shades of Yellow Metal #78663B

Tints of Yellow Metal #78663B

Color information

#78663B (or 0x78663B) is unknown color: approx Yellow Metal. HEX triplet: 78, 66 and 3B. RGB value is (120,102,59). Sum of RGB (Red+Green+Blue) = 120+102+59=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #78663B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78663B is #8799C4. Grayscale: #666666. Windows color (decimal): -8886725 or 3892856. OLE color: 3892856.

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

Color convert

RGB12010259-
CMYK00.150.510.53
HSL42.3º34.08%35.1%-
HSV(B)42.3º50.83%47.06%-
XYZ13.2913.816.1-
YUV102.48103.46140.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.70%
GREEN value IS 102 (40.23% from 255) = 36.30%
BLUE value IS 59 (23.44% from 255) = 21.00%
R=42.70%
G=36.30%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201025900.150.510.5342.334.0835.1
Hex78663B0F33352a2223
Octal170146730176365524243
Binary1111000110011011101101111110011110101101010100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78663B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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