Html Css Color HEX #776164 Falcon

📋 copy color: '#776164'

red 119 ◦ green 97 ◦ blue 100

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

Shades of Falcon #776164

Tints of Falcon #776164

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.7%

 BLUE value IS 100 (39.45% from 255) = 31.65%

R = 37.66%
G = 30.7%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#776164 (or 0x776164) is known color: Falcon. HEX triplet: 77, 61 and 64. RGB value is (119,97,100). Sum of RGB (Red+Green+Blue) = 119+97+100=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 119 - color contains mainly: red. Hex color #776164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776164 is #889E9B. Grayscale: #676767. Windows color (decimal): -8953500 or 6578551. OLE color: 6578551.

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

Color convert

RGB 119 97 100 -
CMYK 0 0.18 0.16 0.53
HSL 351.82º 0.1% 0.42% -
HSV(B) 351.82º 0.18% 0.47% -
XYZ 14.18 13.39 13.89 -
YUV 103.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 119 97 100 0 0.18 0.16 0.53 351.82 0.1 0.42
Hex 77 61 64 0 12 10 35 160 A 2A
Octal 167 141 144 0 22 20 65 540 12 52
Binary 1110111 1100001 1100100 0 10010 10000 110101 101100000 1010 101010

Color Harmonies of #776164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776164

Black with #776164

Text Example


Text Example

White with #776164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776164; }

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

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

background-color css

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

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

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

border-color css

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

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

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