#78585F

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

Shades of Falcon #78585F

Tints of Falcon #78585F

Color information

#78585F (or 0x78585F) is unknown color: approx Falcon. HEX triplet: 78, 58 and 5F. RGB value is (120,88,95). Sum of RGB (Red+Green+Blue) = 120+88+95=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 120 - color contains mainly: red. Hex color #78585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78585F is #87A7A0. Grayscale: #626262. Windows color (decimal): -8890273 or 6248568. OLE color: 6248568.

HSL color Cylindrical-coordinate representation of color #78585F: hue angle of 346.88º 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 #78585F is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1208895-
CMYK00.270.210.53
HSL346.88º15.38%40.78%-
HSV(B)346.88º26.67%47.06%-
XYZ13.311.812.4-
YUV98.37126.1143.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.60%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 95 (37.5% from 255) = 31.35%
R=39.60%
G=29.04%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120889500.270.210.53346.8815.3840.78
Hex78585F01B153515bf29
Octal17013013703325655331751
Binary111100010110001011111011011101011101011010110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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