#77585F

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

Shades of Falcon #77585F

Tints of Falcon #77585F

Color information

#77585F (or 0x77585F) is unknown color: approx Falcon. HEX triplet: 77, 58 and 5F. RGB value is (119,88,95). Sum of RGB (Red+Green+Blue) = 119+88+95=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 119 - color contains mainly: red. Hex color #77585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77585F is #88A7A0. Grayscale: #626262. Windows color (decimal): -8955809 or 6248567. OLE color: 6248567.

HSL color Cylindrical-coordinate representation of color #77585F: hue angle of 346.45º 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 #77585F is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB1198895-
CMYK00.260.200.53
HSL346.45º14.98%40.59%-
HSV(B)346.45º26.05%46.67%-
XYZ13.1611.7312.4-
YUV98.07126.27142.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.40%
GREEN value IS 88 (34.77% from 255) = 29.14%
BLUE value IS 95 (37.5% from 255) = 31.46%
R=39.40%
G=29.14%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119889500.260.200.53346.4514.9840.59
Hex77585F01A143515af29
Octal16713013703224655321751
Binary111011110110001011111011010101001101011010110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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