#785758

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

Shades of Falcon #785758

Tints of Falcon #785758

Color information

#785758 (or 0x785758) is unknown color: approx Falcon. HEX triplet: 78, 57 and 58. RGB value is (120,87,88). Sum of RGB (Red+Green+Blue) = 120+87+88=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 120 - color contains mainly: red. Hex color #785758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785758 is #87A8A7. Grayscale: #616161. Windows color (decimal): -8890536 or 5789560. OLE color: 5789560.

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

Color convert

RGB1208788-
CMYK00.280.270.53
HSL358.18º15.94%40.59%-
HSV(B)358.18º27.5%47.06%-
XYZ12.9211.5110.77-
YUV96.98122.93144.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.68%
GREEN value IS 87 (34.38% from 255) = 29.49%
BLUE value IS 88 (34.77% from 255) = 29.83%
R=40.68%
G=29.49%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120878800.280.270.53358.1815.9440.59
Hex78575801C1B351661029
Octal17012713003433655462051
Binary1111000101011110110000111001101111010110110011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785758; }

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

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

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

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

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

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

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

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