#785253

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

Shades of Falcon #785253

Tints of Falcon #785253

Color information

#785253 (or 0x785253) is unknown color: approx Falcon. HEX triplet: 78, 52 and 53. RGB value is (120,82,83). Sum of RGB (Red+Green+Blue) = 120+82+83=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #785253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785253 is #87ADAC. Grayscale: #5D5D5D. Windows color (decimal): -8891821 or 5460600. OLE color: 5460600.

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

Color convert

RGB1208283-
CMYK00.320.310.53
HSL358.42º18.81%39.61%-
HSV(B)358.42º31.67%47.06%-
XYZ12.3210.659.59-
YUV93.48122.09146.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.11%
GREEN value IS 82 (32.42% from 255) = 28.77%
BLUE value IS 83 (32.81% from 255) = 29.12%
R=42.11%
G=28.77%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120828300.320.310.53358.4218.8139.61
Hex7852530201F351661328
Octal17012212304037655462350
Binary11110001010010101001101000001111111010110110011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785253; }

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

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

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

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

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

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

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

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