Html Css Color HEX #775A5E Falcon

📋 copy color: '#775A5E'

red 119 ◦ green 90 ◦ blue 94

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

Shades of Falcon #775A5E

Tints of Falcon #775A5E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.7%

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

R = 39.27%
G = 29.7%
B = 31.02%

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

#775A5E (or 0x775A5E) is known color: Falcon. HEX triplet: 77, 5A and 5E. RGB value is (119,90,94). Sum of RGB (Red+Green+Blue) = 119+90+94=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #775A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A5E is #88A5A1. Grayscale: #636363. Windows color (decimal): -8955298 or 6183543. OLE color: 6183543.

HSL color Cylindrical-coordinate representation of color #775A5E: hue angle of 351.72º degrees, saturation: 0.14, 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 #775A5E is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 90 94 -
CMYK 0 0.24 0.21 0.53
HSL 351.72º 0.14% 0.41% -
HSV(B) 351.72º 0.24% 0.47% -
XYZ 13.28 12.04 12.21 -
YUV 99.13 125.11 142.17 -
System Red Green Blue C M Y K H S L
Decimal 119 90 94 0 0.24 0.21 0.53 351.72 0.14 0.41
Hex 77 5A 5E 0 18 15 35 160 E 29
Octal 167 132 136 0 30 25 65 540 16 51
Binary 1110111 1011010 1011110 0 11000 10101 110101 101100000 1110 101001

Color Harmonies of #775A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775A5E

Black with #775A5E

Text Example


Text Example

White with #775A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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