Html Css Color HEX #775F60 Falcon

📋 copy color: '#775F60'

red 119 ◦ green 95 ◦ blue 96

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

Shades of Falcon #775F60

Tints of Falcon #775F60

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.65%

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

R = 38.39%
G = 30.65%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#775F60 (or 0x775F60) is known color: Falcon. HEX triplet: 77, 5F and 60. RGB value is (119,95,96). Sum of RGB (Red+Green+Blue) = 119+95+96=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 119 - color contains mainly: red. Hex color #775F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F60 is #88A09F. Grayscale: #666666. Windows color (decimal): -8954016 or 6315895. OLE color: 6315895.

HSL color Cylindrical-coordinate representation of color #775F60: hue angle of 357.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #775F60 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 95 96 -
CMYK 0 0.20 0.19 0.53
HSL 357.5º 0.11% 0.42% -
HSV(B) 357.5º 0.2% 0.47% -
XYZ 13.81 12.95 12.84 -
YUV 102.29 124.45 139.92 -
System Red Green Blue C M Y K H S L
Decimal 119 95 96 0 0.20 0.19 0.53 357.5 0.11 0.42
Hex 77 5F 60 0 14 13 35 166 B 2A
Octal 167 137 140 0 24 23 65 546 13 52
Binary 1110111 1011111 1100000 0 10100 10011 110101 101100110 1011 101010

Color Harmonies of #775F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775F60

Black with #775F60

Text Example


Text Example

White with #775F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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