#775155

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

Shades of Falcon #775155

Tints of Falcon #775155

Color information

#775155 (or 0x775155) is unknown color: approx Falcon. HEX triplet: 77, 51 and 55. RGB value is (119,81,85). Sum of RGB (Red+Green+Blue) = 119+81+85=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #775155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775155 is #88AEAA. Grayscale: #5C5C5C. Windows color (decimal): -8957611 or 5591415. OLE color: 5591415.

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

Color convert

RGB1198185-
CMYK00.320.290.53
HSL353.68º19%39.22%-
HSV(B)353.68º31.93%46.67%-
XYZ12.1910.469.97-
YUV92.82123.59146.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.75%
GREEN value IS 81 (32.03% from 255) = 28.42%
BLUE value IS 85 (33.59% from 255) = 29.82%
R=41.75%
G=28.42%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119818500.320.290.53353.681939.22
Hex7751550201D351621327
Octal16712112504035655422347
Binary11101111010001101010101000001110111010110110001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775155; }

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

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

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

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

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

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

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

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