#78575C

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

Shades of Falcon #78575C

Tints of Falcon #78575C

Color information

#78575C (or 0x78575C) is unknown color: approx Falcon. HEX triplet: 78, 57 and 5C. RGB value is (120,87,92). Sum of RGB (Red+Green+Blue) = 120+87+92=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 120 - color contains mainly: red. Hex color #78575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78575C is #87A8A3. Grayscale: #616161. Windows color (decimal): -8890532 or 6051704. OLE color: 6051704.

HSL color Cylindrical-coordinate representation of color #78575C: hue angle of 350.91º 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 #78575C is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1208792-
CMYK00.280.230.53
HSL350.91º15.94%40.59%-
HSV(B)350.91º27.5%47.06%-
XYZ13.0911.5811.67-
YUV97.44124.93144.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.13%
GREEN value IS 87 (34.38% from 255) = 29.10%
BLUE value IS 92 (36.33% from 255) = 30.77%
R=40.13%
G=29.10%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120879200.280.230.53350.9115.9440.59
Hex78575C01C173515f1029
Octal17012713403427655372051
Binary1111000101011110111000111001011111010110101111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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