Html Css Color HEX #775F63 Falcon

📋 copy color: '#775F63'

red 119 ◦ green 95 ◦ blue 99

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

Shades of Falcon #775F63

Tints of Falcon #775F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.63%

R = 38.02%
G = 30.35%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#775F63 (or 0x775F63) is known color: Falcon. HEX triplet: 77, 5F and 63. RGB value is (119,95,99). Sum of RGB (Red+Green+Blue) = 119+95+99=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #775F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F63 is #88A09C. Grayscale: #666666. Windows color (decimal): -8954013 or 6512503. OLE color: 6512503.

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

Color convert

RGB 119 95 99 -
CMYK 0 0.20 0.17 0.53
HSL 350º 0.11% 0.42% -
HSV(B) 350º 0.2% 0.47% -
XYZ 13.95 13.01 13.58 -
YUV 102.63 125.95 139.67 -
System Red Green Blue C M Y K H S L
Decimal 119 95 99 0 0.20 0.17 0.53 350 0.11 0.42
Hex 77 5F 63 0 14 11 35 15E B 2A
Octal 167 137 143 0 24 21 65 536 13 52
Binary 1110111 1011111 1100011 0 10100 10001 110101 101011110 1011 101010

Color Harmonies of #775F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775F63

Black with #775F63

Text Example


Text Example

White with #775F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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