Html Css Color HEX #775B5E Falcon

📋 copy color: '#775B5E'

red 119 ◦ green 91 ◦ blue 94

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

Shades of Falcon #775B5E

Tints of Falcon #775B5E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.93%

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

R = 39.14%
G = 29.93%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#775B5E (or 0x775B5E) is known color: Falcon. HEX triplet: 77, 5B and 5E. RGB value is (119,91,94). Sum of RGB (Red+Green+Blue) = 119+91+94=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #775B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775B5E is #88A4A1. Grayscale: #636363. Windows color (decimal): -8955042 or 6183799. OLE color: 6183799.

HSL color Cylindrical-coordinate representation of color #775B5E: hue angle of 353.57º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #775B5E is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 91 94 -
CMYK 0 0.24 0.21 0.53
HSL 353.57º 0.13% 0.41% -
HSV(B) 353.57º 0.24% 0.47% -
XYZ 13.37 12.21 12.24 -
YUV 99.71 124.78 141.76 -
System Red Green Blue C M Y K H S L
Decimal 119 91 94 0 0.24 0.21 0.53 353.57 0.13 0.41
Hex 77 5B 5E 0 18 15 35 162 D 29
Octal 167 133 136 0 30 25 65 542 15 51
Binary 1110111 1011011 1011110 0 11000 10101 110101 101100010 1101 101001

Color Harmonies of #775B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775B5E

Black with #775B5E

Text Example


Text Example

White with #775B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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