Html Css Color HEX #775557 Falcon

📋 copy color: '#775557'

red 119 ◦ green 85 ◦ blue 87

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

Shades of Falcon #775557

Tints of Falcon #775557

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.21%

 BLUE value IS 87 (34.38% from 255) = 29.9%

R = 40.89%
G = 29.21%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#775557 (or 0x775557) is known color: Falcon. HEX triplet: 77, 55 and 57. RGB value is (119,85,87). Sum of RGB (Red+Green+Blue) = 119+85+87=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #775557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775557 is #88AAA8. Grayscale: #5F5F5F. Windows color (decimal): -8956585 or 5723511. OLE color: 5723511.

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

Color convert

RGB 119 85 87 -
CMYK 0 0.29 0.27 0.53
HSL 356.47º 0.17% 0.4% -
HSV(B) 356.47º 0.29% 0.47% -
XYZ 12.58 11.11 10.5 -
YUV 95.39 123.26 144.84 -
System Red Green Blue C M Y K H S L
Decimal 119 85 87 0 0.29 0.27 0.53 356.47 0.17 0.4
Hex 77 55 57 0 1D 1B 35 164 11 28
Octal 167 125 127 0 35 33 65 544 21 50
Binary 1110111 1010101 1010111 0 11101 11011 110101 101100100 10001 101000

Color Harmonies of #775557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775557

Black with #775557

Text Example


Text Example

White with #775557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775557; }

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

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

background-color css

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

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

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

border-color css

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

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

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