Html Css Color HEX #774F55 Falcon

📋 copy color: '#774F55'

red 119 ◦ green 79 ◦ blue 85

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

Shades of Falcon #774F55

Tints of Falcon #774F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.04%

R = 42.05%
G = 27.92%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#774F55 (or 0x774F55) is known color: Falcon. HEX triplet: 77, 4F and 55. RGB value is (119,79,85). Sum of RGB (Red+Green+Blue) = 119+79+85=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #774F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774F55 is #88B0AA. Grayscale: #5B5B5B. Windows color (decimal): -8958123 or 5590903. OLE color: 5590903.

HSL color Cylindrical-coordinate representation of color #774F55: hue angle of 351º 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 #774F55 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 79 85 -
CMYK 0 0.34 0.29 0.53
HSL 351º 0.2% 0.39% -
HSV(B) 351º 0.34% 0.47% -
XYZ 12.04 10.17 9.92 -
YUV 91.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 119 79 85 0 0.34 0.29 0.53 351 0.2 0.39
Hex 77 4F 55 0 22 1D 35 15F 14 27
Octal 167 117 125 0 42 35 65 537 24 47
Binary 1110111 1001111 1010101 0 100010 11101 110101 101011111 10100 100111

Color Harmonies of #774F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774F55

Black with #774F55

Text Example


Text Example

White with #774F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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