#785155

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

Shades of Falcon #785155

Tints of Falcon #785155

Color information

#785155 (or 0x785155) is unknown color: approx Falcon. HEX triplet: 78, 51 and 55. RGB value is (120,81,85). Sum of RGB (Red+Green+Blue) = 120+81+85=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 120 - color contains mainly: red. Hex color #785155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785155 is #87AEAA. Grayscale: #5D5D5D. Windows color (decimal): -8892075 or 5591416. OLE color: 5591416.

HSL color Cylindrical-coordinate representation of color #785155: hue angle of 353.85º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #785155 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB1208185-
CMYK00.320.290.53
HSL353.85º19.4%39.41%-
HSV(B)353.85º32.5%47.06%-
XYZ12.3310.539.98-
YUV93.12123.42147.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.96%
GREEN value IS 81 (32.03% from 255) = 28.32%
BLUE value IS 85 (33.59% from 255) = 29.72%
R=41.96%
G=28.32%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120818500.320.290.53353.8519.439.41
Hex7851550201D351621327
Octal17012112504035655422347
Binary11110001010001101010101000001110111010110110001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785155; }

 p { color: rgb(120,81,85); }

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

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

 a { background-color: rgb(120,81,85); }

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

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

 span { border-color: rgb(120,81,85); }

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