Html Css Color HEX #776061 Falcon

📋 copy color: '#776061'

red 119 ◦ green 96 ◦ blue 97

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

Shades of Falcon #776061

Tints of Falcon #776061

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.77%

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

R = 38.14%
G = 30.77%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#776061 (or 0x776061) is known color: Falcon. HEX triplet: 77, 60 and 61. RGB value is (119,96,97). Sum of RGB (Red+Green+Blue) = 119+96+97=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 119 - color contains mainly: red. Hex color #776061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776061 is #889F9E. Grayscale: #676767. Windows color (decimal): -8953759 or 6381687. OLE color: 6381687.

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

Color convert

RGB 119 96 97 -
CMYK 0 0.19 0.18 0.53
HSL 357.39º 0.11% 0.42% -
HSV(B) 357.39º 0.19% 0.47% -
XYZ 13.95 13.15 13.11 -
YUV 102.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 119 96 97 0 0.19 0.18 0.53 357.39 0.11 0.42
Hex 77 60 61 0 13 12 35 165 B 2A
Octal 167 140 141 0 23 22 65 545 13 52
Binary 1110111 1100000 1100001 0 10011 10010 110101 101100101 1011 101010

Color Harmonies of #776061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776061

Black with #776061

Text Example


Text Example

White with #776061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776061; }

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

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

background-color css

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

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

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

border-color css

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

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

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