Html Css Color HEX #775659 Falcon

📋 copy color: '#775659'

red 119 ◦ green 86 ◦ blue 89

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

Shades of Falcon #775659

Tints of Falcon #775659

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.25%

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

R = 40.48%
G = 29.25%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#775659 (or 0x775659) is known color: Falcon. HEX triplet: 77, 56 and 59. RGB value is (119,86,89). Sum of RGB (Red+Green+Blue) = 119+86+89=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #775659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775659 is #88A9A6. Grayscale: #606060. Windows color (decimal): -8956327 or 5854839. OLE color: 5854839.

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

Color convert

RGB 119 86 89 -
CMYK 0 0.28 0.25 0.53
HSL 354.55º 0.16% 0.4% -
HSV(B) 354.55º 0.28% 0.47% -
XYZ 12.74 11.3 10.96 -
YUV 96.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 119 86 89 0 0.28 0.25 0.53 354.55 0.16 0.4
Hex 77 56 59 0 1C 19 35 163 10 28
Octal 167 126 131 0 34 31 65 543 20 50
Binary 1110111 1010110 1011001 0 11100 11001 110101 101100011 10000 101000

Color Harmonies of #775659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775659

Black with #775659

Text Example


Text Example

White with #775659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775659; }

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

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

background-color css

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

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

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

border-color css

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

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

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