#78575D

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

Shades of Falcon #78575D

Tints of Falcon #78575D

Color information

#78575D (or 0x78575D) is unknown color: approx Falcon. HEX triplet: 78, 57 and 5D. RGB value is (120,87,93). Sum of RGB (Red+Green+Blue) = 120+87+93=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 120 - color contains mainly: red. Hex color #78575D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78575D is #87A8A2. Grayscale: #616161. Windows color (decimal): -8890531 or 6117240. OLE color: 6117240.

HSL color Cylindrical-coordinate representation of color #78575D: hue angle of 349.09º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #78575D is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1208793-
CMYK00.280.220.53
HSL349.09º15.94%40.59%-
HSV(B)349.09º27.5%47.06%-
XYZ13.1311.611.9-
YUV97.55125.43144.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40%
GREEN value IS 87 (34.38% from 255) = 29%
BLUE value IS 93 (36.72% from 255) = 31%
R=40%
G=29%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120879300.280.220.53349.0915.9440.59
Hex78575D01C163515d1029
Octal17012713503426655352051
Binary1111000101011110111010111001011011010110101110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78575D; }

 p { color: rgb(120,87,93); }

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

<style>
 a { background-color: #78575D; }

 a { background-color: rgb(120,87,93); }

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

<style>
 span { border-color: #78575D; }

 span { border-color: rgb(120,87,93); }

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