#786062

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

Shades of Falcon #786062

Tints of Falcon #786062

Color information

#786062 (or 0x786062) is unknown color: approx Falcon. HEX triplet: 78, 60 and 62. RGB value is (120,96,98). Sum of RGB (Red+Green+Blue) = 120+96+98=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 120 - color contains mainly: red. Hex color #786062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786062 is #879F9D. Grayscale: #676767. Windows color (decimal): -8888222 or 6447224. OLE color: 6447224.

HSL color Cylindrical-coordinate representation of color #786062: hue angle of 355º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #786062 is Cyan = 0, Magento = 0.2, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB1209698-
CMYK00.20.180.53
HSL355º11.11%42.35%-
HSV(B)355º20%47.06%-
XYZ14.1313.2413.37-
YUV103.4124.95139.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.22%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 98 (38.67% from 255) = 31.21%
R=38.22%
G=30.57%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120969800.20.180.5335511.1142.35
Hex7860620141235163b2a
Octal17014014202422655431352
Binary111100011000001100010010100100101101011011000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786062; }

 p { color: rgb(120,96,98); }

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

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

 a { background-color: rgb(120,96,98); }

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

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

 span { border-color: rgb(120,96,98); }

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