Html Css Color HEX #775759 Falcon

📋 copy color: '#775759'

red 119 ◦ green 87 ◦ blue 89

#775759
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falcon #775759

Tints of Falcon #775759

RGB

 RED value IS 119 (46.88% from 255) = 40.34%

 GREEN value IS 87 (34.38% from 255) = 29.49%

 BLUE value IS 89 (35.16% from 255) = 30.17%

R = 40.34%
G = 29.49%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#775759 (or 0x775759) is known color: Falcon. HEX triplet: 77, 57 and 59. RGB value is (119,87,89). Sum of RGB (Red+Green+Blue) = 119+87+89=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #775759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775759 is #88A8A6. Grayscale: #606060. Windows color (decimal): -8956071 or 5855095. OLE color: 5855095.

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

Color convert

RGB 119 87 89 -
CMYK 0 0.27 0.25 0.53
HSL 356.25º 0.16% 0.4% -
HSV(B) 356.25º 0.27% 0.47% -
XYZ 12.82 11.46 10.99 -
YUV 96.8 123.6 143.84 -
System Red Green Blue C M Y K H S L
Decimal 119 87 89 0 0.27 0.25 0.53 356.25 0.16 0.4
Hex 77 57 59 0 1B 19 35 164 10 28
Octal 167 127 131 0 33 31 65 544 20 50
Binary 1110111 1010111 1011001 0 11011 11001 110101 101100100 10000 101000

Color Harmonies of #775759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775759

Black with #775759

Text Example


Text Example

White with #775759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775759; }

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

 H1.HeaderClassName
 {
   color: #775759;
 }
 .AnyTagClassName
 {
   color: #775759;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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