Html Css Color HEX #774F53 Falcon

📋 copy color: '#774F53'

red 119 ◦ green 79 ◦ blue 83

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

Shades of Falcon #774F53

Tints of Falcon #774F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.54%

R = 42.35%
G = 28.11%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#774F53 (or 0x774F53) is known color: Falcon. HEX triplet: 77, 4F and 53. RGB value is (119,79,83). Sum of RGB (Red+Green+Blue) = 119+79+83=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #774F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774F53 is #88B0AC. Grayscale: #5B5B5B. Windows color (decimal): -8958125 or 5459831. OLE color: 5459831.

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

Color convert

RGB 119 79 83 -
CMYK 0 0.34 0.30 0.53
HSL 354º 0.2% 0.39% -
HSV(B) 354º 0.34% 0.47% -
XYZ 11.97 10.14 9.51 -
YUV 91.42 123.25 147.67 -
System Red Green Blue C M Y K H S L
Decimal 119 79 83 0 0.34 0.30 0.53 354 0.2 0.39
Hex 77 4F 53 0 22 1E 35 162 14 27
Octal 167 117 123 0 42 36 65 542 24 47
Binary 1110111 1001111 1010011 0 100010 11110 110101 101100010 10100 100111

Color Harmonies of #774F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774F53

Black with #774F53

Text Example


Text Example

White with #774F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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