#77555C

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

Shades of Falcon #77555C

Tints of Falcon #77555C

Color information

#77555C (or 0x77555C) is unknown color: approx Falcon. HEX triplet: 77, 55 and 5C. RGB value is (119,85,92). Sum of RGB (Red+Green+Blue) = 119+85+92=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #77555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77555C is #88AAA3. Grayscale: #5F5F5F. Windows color (decimal): -8956580 or 6051191. OLE color: 6051191.

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

Color convert

RGB1198592-
CMYK00.290.230.53
HSL347.65º16.67%40%-
HSV(B)347.65º28.57%46.67%-
XYZ12.7911.1911.61-
YUV95.96125.76144.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.20%
GREEN value IS 85 (33.59% from 255) = 28.72%
BLUE value IS 92 (36.33% from 255) = 31.08%
R=40.20%
G=28.72%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119859200.290.230.53347.6516.6740
Hex77555C01D173515c1128
Octal16712513403527655342150
Binary1110111101010110111000111011011111010110101110010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77555C; }

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

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

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

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

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

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

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

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