Html Css Color HEX #775C5E Falcon

📋 copy color: '#775C5E'

red 119 ◦ green 92 ◦ blue 94

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

Shades of Falcon #775C5E

Tints of Falcon #775C5E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.16%

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

R = 39.02%
G = 30.16%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#775C5E (or 0x775C5E) is known color: Falcon. HEX triplet: 77, 5C and 5E. RGB value is (119,92,94). Sum of RGB (Red+Green+Blue) = 119+92+94=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #775C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C5E is #88A3A1. Grayscale: #646464. Windows color (decimal): -8954786 or 6184055. OLE color: 6184055.

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

Color convert

RGB 119 92 94 -
CMYK 0 0.23 0.21 0.53
HSL 355.56º 0.13% 0.41% -
HSV(B) 355.56º 0.23% 0.47% -
XYZ 13.46 12.38 12.27 -
YUV 100.3 124.45 141.34 -
System Red Green Blue C M Y K H S L
Decimal 119 92 94 0 0.23 0.21 0.53 355.56 0.13 0.41
Hex 77 5C 5E 0 17 15 35 164 D 29
Octal 167 134 136 0 27 25 65 544 15 51
Binary 1110111 1011100 1011110 0 10111 10101 110101 101100100 1101 101001

Color Harmonies of #775C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775C5E

Black with #775C5E

Text Example


Text Example

White with #775C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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