#775156

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

Shades of Falcon #775156

Tints of Falcon #775156

Color information

#775156 (or 0x775156) is unknown color: approx Falcon. HEX triplet: 77, 51 and 56. RGB value is (119,81,86). Sum of RGB (Red+Green+Blue) = 119+81+86=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #775156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775156 is #88AEA9. Grayscale: #5C5C5C. Windows color (decimal): -8957610 or 5656951. OLE color: 5656951.

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

Color convert

RGB1198186-
CMYK00.320.280.53
HSL352.11º19%39.22%-
HSV(B)352.11º31.93%46.67%-
XYZ12.2310.4810.18-
YUV92.93124.09146.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.61%
GREEN value IS 81 (32.03% from 255) = 28.32%
BLUE value IS 86 (33.98% from 255) = 30.07%
R=41.61%
G=28.32%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119818600.320.280.53352.111939.22
Hex7751560201C351601327
Octal16712112604034655402347
Binary11101111010001101011001000001110011010110110000010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775156; }

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

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

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

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

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

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

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

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