Html Css Color HEX #775C60 Falcon

📋 copy color: '#775C60'

red 119 ◦ green 92 ◦ blue 96

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

Shades of Falcon #775C60

Tints of Falcon #775C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.27%

R = 38.76%
G = 29.97%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#775C60 (or 0x775C60) is known color: Falcon. HEX triplet: 77, 5C and 60. RGB value is (119,92,96). Sum of RGB (Red+Green+Blue) = 119+92+96=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 119 - color contains mainly: red. Hex color #775C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C60 is #88A39F. Grayscale: #646464. Windows color (decimal): -8954784 or 6315127. OLE color: 6315127.

HSL color Cylindrical-coordinate representation of color #775C60: hue angle of 351.11º 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 #775C60 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 92 96 -
CMYK 0 0.23 0.19 0.53
HSL 351.11º 0.13% 0.41% -
HSV(B) 351.11º 0.23% 0.47% -
XYZ 13.55 12.42 12.75 -
YUV 100.53 125.45 141.17 -
System Red Green Blue C M Y K H S L
Decimal 119 92 96 0 0.23 0.19 0.53 351.11 0.13 0.41
Hex 77 5C 60 0 17 13 35 15F D 29
Octal 167 134 140 0 27 23 65 537 15 51
Binary 1110111 1011100 1100000 0 10111 10011 110101 101011111 1101 101001

Color Harmonies of #775C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775C60

Black with #775C60

Text Example


Text Example

White with #775C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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