#775859

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

Shades of Falcon #775859

Tints of Falcon #775859

Color information

#775859 (or 0x775859) is unknown color: approx Falcon. HEX triplet: 77, 58 and 59. RGB value is (119,88,89). Sum of RGB (Red+Green+Blue) = 119+88+89=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #775859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775859 is #88A7A6. Grayscale: #616161. Windows color (decimal): -8955815 or 5855351. OLE color: 5855351.

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

Color convert

RGB1198889-
CMYK00.260.250.53
HSL358.06º14.98%40.59%-
HSV(B)358.06º26.05%46.67%-
XYZ12.911.6211.01-
YUV97.38123.27143.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.20%
GREEN value IS 88 (34.77% from 255) = 29.73%
BLUE value IS 89 (35.16% from 255) = 30.07%
R=40.20%
G=29.73%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119888900.260.250.53358.0614.9840.59
Hex77585901A1935166f29
Octal16713013103231655461751
Binary111011110110001011001011010110011101011011001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775859; }

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

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

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

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

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

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

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

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