Html Css Color HEX #775456 Falcon

📋 copy color: '#775456'

red 119 ◦ green 84 ◦ blue 86

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

Shades of Falcon #775456

Tints of Falcon #775456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 29.76%

R = 41.18%
G = 29.07%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#775456 (or 0x775456) is known color: Falcon. HEX triplet: 77, 54 and 56. RGB value is (119,84,86). Sum of RGB (Red+Green+Blue) = 119+84+86=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #775456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775456 is #88ABA9. Grayscale: #5E5E5E. Windows color (decimal): -8956842 or 5657719. OLE color: 5657719.

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

Color convert

RGB 119 84 86 -
CMYK 0 0.29 0.28 0.53
HSL 356.57º 0.17% 0.4% -
HSV(B) 356.57º 0.29% 0.47% -
XYZ 12.46 10.93 10.26 -
YUV 94.69 123.1 145.34 -
System Red Green Blue C M Y K H S L
Decimal 119 84 86 0 0.29 0.28 0.53 356.57 0.17 0.4
Hex 77 54 56 0 1D 1C 35 165 11 28
Octal 167 124 126 0 35 34 65 545 21 50
Binary 1110111 1010100 1010110 0 11101 11100 110101 101100101 10001 101000

Color Harmonies of #775456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775456

Black with #775456

Text Example


Text Example

White with #775456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775456; }

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

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

background-color css

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

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

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

border-color css

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

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

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