#785B61

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

Shades of Falcon #785B61

Tints of Falcon #785B61

Color information

#785B61 (or 0x785B61) is unknown color: approx Falcon. HEX triplet: 78, 5B and 61. RGB value is (120,91,97). Sum of RGB (Red+Green+Blue) = 120+91+97=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 120 - color contains mainly: red. Hex color #785B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785B61 is #87A49E. Grayscale: #646464. Windows color (decimal): -8889503 or 6380408. OLE color: 6380408.

HSL color Cylindrical-coordinate representation of color #785B61: hue angle of 347.59º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #785B61 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB1209197-
CMYK00.240.190.53
HSL347.59º13.74%41.37%-
HSV(B)347.59º24.17%47.06%-
XYZ13.6412.3412.97-
YUV100.35126.11142.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.96%
GREEN value IS 91 (35.94% from 255) = 29.55%
BLUE value IS 97 (38.28% from 255) = 31.49%
R=38.96%
G=29.55%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120919700.240.190.53347.5913.7441.37
Hex785B61018133515ce29
Octal17013314103023655341651
Binary111100010110111100001011000100111101011010111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785B61; }

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

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

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

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

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

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

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

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