Html Css Color HEX #775F61 Falcon

📋 copy color: '#775F61'

red 119 ◦ green 95 ◦ blue 97

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

Shades of Falcon #775F61

Tints of Falcon #775F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.19%

R = 38.26%
G = 30.55%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#775F61 (or 0x775F61) is known color: Falcon. HEX triplet: 77, 5F and 61. RGB value is (119,95,97). Sum of RGB (Red+Green+Blue) = 119+95+97=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 119 - color contains mainly: red. Hex color #775F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F61 is #88A09E. Grayscale: #666666. Windows color (decimal): -8954015 or 6381431. OLE color: 6381431.

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

Color convert

RGB 119 95 97 -
CMYK 0 0.20 0.18 0.53
HSL 355º 0.11% 0.42% -
HSV(B) 355º 0.2% 0.47% -
XYZ 13.86 12.97 13.08 -
YUV 102.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 119 95 97 0 0.20 0.18 0.53 355 0.11 0.42
Hex 77 5F 61 0 14 12 35 163 B 2A
Octal 167 137 141 0 24 22 65 543 13 52
Binary 1110111 1011111 1100001 0 10100 10010 110101 101100011 1011 101010

Color Harmonies of #775F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775F61

Black with #775F61

Text Example


Text Example

White with #775F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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