Html Css Color HEX #77565A Falcon

📋 copy color: '#77565A'

red 119 ◦ green 86 ◦ blue 90

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

Shades of Falcon #77565A

Tints of Falcon #77565A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.15%

 BLUE value IS 90 (35.55% from 255) = 30.51%

R = 40.34%
G = 29.15%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77565A (or 0x77565A) is known color: Falcon. HEX triplet: 77, 56 and 5A. RGB value is (119,86,90). Sum of RGB (Red+Green+Blue) = 119+86+90=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #77565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77565A is #88A9A5. Grayscale: #606060. Windows color (decimal): -8956326 or 5920375. OLE color: 5920375.

HSL color Cylindrical-coordinate representation of color #77565A: hue angle of 352.73º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #77565A is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 86 90 -
CMYK 0 0.28 0.24 0.53
HSL 352.73º 0.16% 0.4% -
HSV(B) 352.73º 0.28% 0.47% -
XYZ 12.78 11.32 11.18 -
YUV 96.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 119 86 90 0 0.28 0.24 0.53 352.73 0.16 0.4
Hex 77 56 5A 0 1C 18 35 161 10 28
Octal 167 126 132 0 34 30 65 541 20 50
Binary 1110111 1010110 1011010 0 11100 11000 110101 101100001 10000 101000

Color Harmonies of #77565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77565A

Black with #77565A

Text Example


Text Example

White with #77565A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77565A; }

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

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

background-color css

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

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

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

border-color css

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

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

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