#78555A

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

Shades of Falcon #78555A

Tints of Falcon #78555A

Color information

#78555A (or 0x78555A) is unknown color: approx Falcon. HEX triplet: 78, 55 and 5A. RGB value is (120,85,90). Sum of RGB (Red+Green+Blue) = 120+85+90=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 120 - color contains mainly: red. Hex color #78555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78555A is #87AAA5. Grayscale: #606060. Windows color (decimal): -8891046 or 5920120. OLE color: 5920120.

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

Color convert

RGB1208590-
CMYK00.290.250.53
HSL351.43º17.07%40.2%-
HSV(B)351.43º29.17%47.06%-
XYZ12.8411.2311.16-
YUV96.04124.6145.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.68%
GREEN value IS 85 (33.59% from 255) = 28.81%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=40.68%
G=28.81%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120859000.290.250.53351.4317.0740.2
Hex78555A01D193515f1128
Octal17012513203531655372150
Binary1111000101010110110100111011100111010110101111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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