Html Css Color HEX #77565B Falcon

📋 copy color: '#77565B'

red 119 ◦ green 86 ◦ blue 91

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

Shades of Falcon #77565B

Tints of Falcon #77565B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.74%

R = 40.2%
G = 29.05%
B = 30.74%

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

#77565B (or 0x77565B) is known color: Falcon. HEX triplet: 77, 56 and 5B. RGB value is (119,86,91). Sum of RGB (Red+Green+Blue) = 119+86+91=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #77565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77565B is #88A9A4. Grayscale: #606060. Windows color (decimal): -8956325 or 5985911. OLE color: 5985911.

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

Color convert

RGB 119 86 91 -
CMYK 0 0.28 0.24 0.53
HSL 350.91º 0.16% 0.4% -
HSV(B) 350.91º 0.28% 0.47% -
XYZ 12.82 11.33 11.41 -
YUV 96.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 119 86 91 0 0.28 0.24 0.53 350.91 0.16 0.4
Hex 77 56 5B 0 1C 18 35 15F 10 28
Octal 167 126 133 0 34 30 65 537 20 50
Binary 1110111 1010110 1011011 0 11100 11000 110101 101011111 10000 101000

Color Harmonies of #77565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77565B

Black with #77565B

Text Example


Text Example

White with #77565B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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