#78585B

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

Shades of Falcon #78585B

Tints of Falcon #78585B

Color information

#78585B (or 0x78585B) is unknown color: approx Falcon. HEX triplet: 78, 58 and 5B. RGB value is (120,88,91). Sum of RGB (Red+Green+Blue) = 120+88+91=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 120 - color contains mainly: red. Hex color #78585B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78585B is #87A7A4. Grayscale: #616161. Windows color (decimal): -8890277 or 5986424. OLE color: 5986424.

HSL color Cylindrical-coordinate representation of color #78585B: hue angle of 354.38º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #78585B is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1208891-
CMYK00.270.240.53
HSL354.38º15.38%40.78%-
HSV(B)354.38º26.67%47.06%-
XYZ13.1211.7311.47-
YUV97.91124.1143.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.13%
GREEN value IS 88 (34.77% from 255) = 29.43%
BLUE value IS 91 (35.94% from 255) = 30.43%
R=40.13%
G=29.43%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120889100.270.240.53354.3815.3840.78
Hex78585B01B1835162f29
Octal17013013303330655421751
Binary111100010110001011011011011110001101011011000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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