#785152

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

Shades of Falcon #785152

Tints of Falcon #785152

Color information

#785152 (or 0x785152) is unknown color: approx Falcon. HEX triplet: 78, 51 and 52. RGB value is (120,81,82). Sum of RGB (Red+Green+Blue) = 120+81+82=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #785152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785152 is #87AEAD. Grayscale: #5C5C5C. Windows color (decimal): -8892078 or 5394808. OLE color: 5394808.

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

Color convert

RGB1208182-
CMYK00.320.320.53
HSL358.46º19.4%39.41%-
HSV(B)358.46º32.5%47.06%-
XYZ12.2110.499.36-
YUV92.78121.92147.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.40%
GREEN value IS 81 (32.03% from 255) = 28.62%
BLUE value IS 82 (32.42% from 255) = 28.98%
R=42.40%
G=28.62%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120818200.320.320.53358.4619.439.41
Hex78515202020351661327
Octal17012112204040655462347
Binary111100010100011010010010000010000011010110110011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785152; }

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

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

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

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

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

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

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

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