#78545B

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

Shades of Falcon #78545B

Tints of Falcon #78545B

Color information

#78545B (or 0x78545B) is unknown color: approx Falcon. HEX triplet: 78, 54 and 5B. RGB value is (120,84,91). Sum of RGB (Red+Green+Blue) = 120+84+91=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 120 - color contains mainly: red. Hex color #78545B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78545B is #87ABA4. Grayscale: #5F5F5F. Windows color (decimal): -8891301 or 5985400. OLE color: 5985400.

HSL color Cylindrical-coordinate representation of color #78545B: hue angle of 348.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78545B is Cyan = 0, Magento = 0.3, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1208491-
CMYK00.30.240.53
HSL348.33º17.65%40%-
HSV(B)348.33º30%47.06%-
XYZ12.811.0911.36-
YUV95.56125.43145.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.68%
GREEN value IS 84 (33.20% from 255) = 28.47%
BLUE value IS 91 (35.94% from 255) = 30.85%
R=40.68%
G=28.47%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120849100.30.240.53348.3317.6540
Hex78545B01E183515c1228
Octal17012413303630655342250
Binary1111000101010010110110111101100011010110101110010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,84,91); }

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

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

 a { background-color: rgb(120,84,91); }

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

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

 span { border-color: rgb(120,84,91); }

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