#78565C

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

Shades of Falcon #78565C

Tints of Falcon #78565C

Color information

#78565C (or 0x78565C) is unknown color: approx Falcon. HEX triplet: 78, 56 and 5C. RGB value is (120,86,92). Sum of RGB (Red+Green+Blue) = 120+86+92=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 120 - color contains mainly: red. Hex color #78565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78565C is #87A9A3. Grayscale: #606060. Windows color (decimal): -8890788 or 6051448. OLE color: 6051448.

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

Color convert

RGB1208692-
CMYK00.280.230.53
HSL349.41º16.5%40.39%-
HSV(B)349.41º28.33%47.06%-
XYZ13.0111.4211.64-
YUV96.85125.26144.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.27%
GREEN value IS 86 (33.98% from 255) = 28.86%
BLUE value IS 92 (36.33% from 255) = 30.87%
R=40.27%
G=28.86%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120869200.280.230.53349.4116.540.39
Hex78565C01C173515d1128
Octal17012613403427655352150
Binary1111000101011010111000111001011111010110101110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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