#77565B

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

Shades of Falcon #77565B

Tints of Falcon #77565B

Color information

#77565B (or 0x77565B) is unknown color: approx Falcon. HEX triplet: 77, 56 and 5B. RGB value is (119,86,91). Sum of RGB (Red+Green+Blue) = 119+86+91=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #77565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77565B is #88A9A4. Grayscale: #606060. Windows color (decimal): -8956325 or 5985911. OLE color: 5985911.

HSL color Cylindrical-coordinate representation of color #77565B: hue angle of 350.91º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #77565B is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1198691-
CMYK00.280.240.53
HSL350.91º16.1%40.2%-
HSV(B)350.91º27.73%46.67%-
XYZ12.8211.3311.41-
YUV96.44124.93144.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.20%
GREEN value IS 86 (33.98% from 255) = 29.05%
BLUE value IS 91 (35.94% from 255) = 30.74%
R=40.20%
G=29.05%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119869100.280.240.53350.9116.140.2
Hex77565B01C183515f1028
Octal16712613303430655372050
Binary1110111101011010110110111001100011010110101111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77565B; }

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

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

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

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

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

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

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

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