#775458

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

Shades of Falcon #775458

Tints of Falcon #775458

Color information

#775458 (or 0x775458) is unknown color: approx Falcon. HEX triplet: 77, 54 and 58. RGB value is (119,84,88). Sum of RGB (Red+Green+Blue) = 119+84+88=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #775458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775458 is #88ABA7. Grayscale: #5E5E5E. Windows color (decimal): -8956840 or 5788791. OLE color: 5788791.

HSL color Cylindrical-coordinate representation of color #775458: hue angle of 353.14º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #775458 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB1198488-
CMYK00.290.260.53
HSL353.14º17.24%39.8%-
HSV(B)353.14º29.41%46.67%-
XYZ12.5410.9710.69-
YUV94.92124.1145.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.89%
GREEN value IS 84 (33.20% from 255) = 28.87%
BLUE value IS 88 (34.77% from 255) = 30.24%
R=40.89%
G=28.87%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119848800.290.260.53353.1417.2439.8
Hex77545801D1A351611128
Octal16712413003532655412150
Binary1110111101010010110000111011101011010110110000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775458; }

 p { color: rgb(119,84,88); }

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

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

 a { background-color: rgb(119,84,88); }

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

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

 span { border-color: rgb(119,84,88); }

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