Html Css Color HEX #775455 Falcon

📋 copy color: '#775455'

red 119 ◦ green 84 ◦ blue 85

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

Shades of Falcon #775455

Tints of Falcon #775455

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.17%

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

R = 41.32%
G = 29.17%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#775455 (or 0x775455) is known color: Falcon. HEX triplet: 77, 54 and 55. RGB value is (119,84,85). Sum of RGB (Red+Green+Blue) = 119+84+85=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #775455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775455 is #88ABAA. Grayscale: #5E5E5E. Windows color (decimal): -8956843 or 5592183. OLE color: 5592183.

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

Color convert

RGB 119 84 85 -
CMYK 0 0.29 0.29 0.53
HSL 358.29º 0.17% 0.4% -
HSV(B) 358.29º 0.29% 0.47% -
XYZ 12.42 10.92 10.05 -
YUV 94.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 119 84 85 0 0.29 0.29 0.53 358.29 0.17 0.4
Hex 77 54 55 0 1D 1D 35 166 11 28
Octal 167 124 125 0 35 35 65 546 21 50
Binary 1110111 1010100 1010101 0 11101 11101 110101 101100110 10001 101000

Color Harmonies of #775455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775455

Black with #775455

Text Example


Text Example

White with #775455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775455; }

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

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

background-color css

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

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

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

border-color css

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

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

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