#77585A

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

Shades of Falcon #77585A

Tints of Falcon #77585A

Color information

#77585A (or 0x77585A) is unknown color: approx Falcon. HEX triplet: 77, 58 and 5A. RGB value is (119,88,90). Sum of RGB (Red+Green+Blue) = 119+88+90=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #77585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77585A is #88A7A5. Grayscale: #616161. Windows color (decimal): -8955814 or 5920887. OLE color: 5920887.

HSL color Cylindrical-coordinate representation of color #77585A: hue angle of 356.13º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77585A is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1198890-
CMYK00.260.240.53
HSL356.13º14.98%40.59%-
HSV(B)356.13º26.05%46.67%-
XYZ12.9411.6411.24-
YUV97.5123.77143.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.07%
GREEN value IS 88 (34.77% from 255) = 29.63%
BLUE value IS 90 (35.55% from 255) = 30.30%
R=40.07%
G=29.63%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119889000.260.240.53356.1314.9840.59
Hex77585A01A1835164f29
Octal16713013203230655441751
Binary111011110110001011010011010110001101011011001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77585A; }

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

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

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

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

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

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

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

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