Html Css Color HEX #77575E Falcon

📋 copy color: '#77575E'

red 119 ◦ green 87 ◦ blue 94

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

Shades of Falcon #77575E

Tints of Falcon #77575E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29%

 BLUE value IS 94 (37.11% from 255) = 31.33%

R = 39.67%
G = 29%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#77575E (or 0x77575E) is known color: Falcon. HEX triplet: 77, 57 and 5E. RGB value is (119,87,94). Sum of RGB (Red+Green+Blue) = 119+87+94=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #77575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77575E is #88A8A1. Grayscale: #616161. Windows color (decimal): -8956066 or 6182775. OLE color: 6182775.

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

Color convert

RGB 119 87 94 -
CMYK 0 0.27 0.21 0.53
HSL 346.88º 0.16% 0.4% -
HSV(B) 346.88º 0.27% 0.47% -
XYZ 13.04 11.55 12.13 -
YUV 97.37 126.1 143.43 -
System Red Green Blue C M Y K H S L
Decimal 119 87 94 0 0.27 0.21 0.53 346.88 0.16 0.4
Hex 77 57 5E 0 1B 15 35 15B 10 28
Octal 167 127 136 0 33 25 65 533 20 50
Binary 1110111 1010111 1011110 0 11011 10101 110101 101011011 10000 101000

Color Harmonies of #77575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77575E

Black with #77575E

Text Example


Text Example

White with #77575E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77575E; }

 p { color: rgb(119,87,94); }

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

background-color css

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

 a { background-color: rgb(119,87,94); }

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

border-color css

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

 span { border-color: rgb(119,87,94); }

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