Html Css Color HEX #774F57 Falcon

📋 copy color: '#774F57'

red 119 ◦ green 79 ◦ blue 87

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

Shades of Falcon #774F57

Tints of Falcon #774F57

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.72%

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

R = 41.75%
G = 27.72%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#774F57 (or 0x774F57) is known color: Falcon. HEX triplet: 77, 4F and 57. RGB value is (119,79,87). Sum of RGB (Red+Green+Blue) = 119+79+87=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #774F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774F57 is #88B0A8. Grayscale: #5B5B5B. Windows color (decimal): -8958121 or 5721975. OLE color: 5721975.

HSL color Cylindrical-coordinate representation of color #774F57: hue angle of 348º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #774F57 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 79 87 -
CMYK 0 0.34 0.27 0.53
HSL 348º 0.2% 0.39% -
HSV(B) 348º 0.34% 0.47% -
XYZ 12.12 10.2 10.35 -
YUV 91.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 119 79 87 0 0.34 0.27 0.53 348 0.2 0.39
Hex 77 4F 57 0 22 1B 35 15C 14 27
Octal 167 117 127 0 42 33 65 534 24 47
Binary 1110111 1001111 1010111 0 100010 11011 110101 101011100 10100 100111

Color Harmonies of #774F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774F57

Black with #774F57

Text Example


Text Example

White with #774F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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