#78555B

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

Shades of Falcon #78555B

Tints of Falcon #78555B

Color information

#78555B (or 0x78555B) is unknown color: approx Falcon. HEX triplet: 78, 55 and 5B. RGB value is (120,85,91). Sum of RGB (Red+Green+Blue) = 120+85+91=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 120 - color contains mainly: red. Hex color #78555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78555B is #87AAA4. Grayscale: #606060. Windows color (decimal): -8891045 or 5985656. OLE color: 5985656.

HSL color Cylindrical-coordinate representation of color #78555B: hue angle of 349.71º 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 #78555B is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1208591-
CMYK00.290.240.53
HSL349.71º17.07%40.2%-
HSV(B)349.71º29.17%47.06%-
XYZ12.8811.2511.39-
YUV96.15125.1145.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.54%
GREEN value IS 85 (33.59% from 255) = 28.72%
BLUE value IS 91 (35.94% from 255) = 30.74%
R=40.54%
G=28.72%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120859100.290.240.53349.7117.0740.2
Hex78555B01D183515e1128
Octal17012513303530655362150
Binary1111000101010110110110111011100011010110101111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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