#775558

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

Shades of Falcon #775558

Tints of Falcon #775558

Color information

#775558 (or 0x775558) is unknown color: approx Falcon. HEX triplet: 77, 55 and 58. RGB value is (119,85,88). Sum of RGB (Red+Green+Blue) = 119+85+88=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #775558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775558 is #88AAA7. Grayscale: #5F5F5F. Windows color (decimal): -8956584 or 5789047. OLE color: 5789047.

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

Color convert

RGB1198588-
CMYK00.290.260.53
HSL354.71º16.67%40%-
HSV(B)354.71º28.57%46.67%-
XYZ12.6211.1210.71-
YUV95.51123.76144.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.75%
GREEN value IS 85 (33.59% from 255) = 29.11%
BLUE value IS 88 (34.77% from 255) = 30.14%
R=40.75%
G=29.11%
B=30.14%

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
Decimal119858800.290.260.53354.7116.6740
Hex77555801D1A351631128
Octal16712513003532655432150
Binary1110111101010110110000111011101011010110110001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775558; }

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

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

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

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

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

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

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

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