#78565A

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

Shades of Falcon #78565A

Tints of Falcon #78565A

Color information

#78565A (or 0x78565A) is unknown color: approx Falcon. HEX triplet: 78, 56 and 5A. RGB value is (120,86,90). Sum of RGB (Red+Green+Blue) = 120+86+90=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 120 - color contains mainly: red. Hex color #78565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78565A is #87A9A5. Grayscale: #606060. Windows color (decimal): -8890790 or 5920376. OLE color: 5920376.

HSL color Cylindrical-coordinate representation of color #78565A: hue angle of 352.94º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #78565A is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB1208690-
CMYK00.280.250.53
HSL352.94º16.5%40.39%-
HSV(B)352.94º28.33%47.06%-
XYZ12.9211.3911.19-
YUV96.62124.26144.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.54%
GREEN value IS 86 (33.98% from 255) = 29.05%
BLUE value IS 90 (35.55% from 255) = 30.41%
R=40.54%
G=29.05%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120869000.280.250.53352.9416.540.39
Hex78565A01C19351611128
Octal17012613203431655412150
Binary1111000101011010110100111001100111010110110000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78565A; }

 p { color: rgb(120,86,90); }

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

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

 a { background-color: rgb(120,86,90); }

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

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

 span { border-color: rgb(120,86,90); }

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