Html Css Color HEX #776466 Falcon

📋 copy color: '#776466'

red 119 ◦ green 100 ◦ blue 102

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

Shades of Falcon #776466

Tints of Falcon #776466

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.15%

 BLUE value IS 102 (40.23% from 255) = 31.78%

R = 37.07%
G = 31.15%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#776466 (or 0x776466) is known color: Falcon. HEX triplet: 77, 64 and 66. RGB value is (119,100,102). Sum of RGB (Red+Green+Blue) = 119+100+102=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #776466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776466 is #889B99. Grayscale: #696969. Windows color (decimal): -8952730 or 6710391. OLE color: 6710391.

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

Color convert

RGB 119 100 102 -
CMYK 0 0.16 0.14 0.53
HSL 353.68º 0.09% 0.43% -
HSV(B) 353.68º 0.16% 0.47% -
XYZ 14.56 14 14.5 -
YUV 105.91 125.79 137.34 -
System Red Green Blue C M Y K H S L
Decimal 119 100 102 0 0.16 0.14 0.53 353.68 0.09 0.43
Hex 77 64 66 0 10 E 35 162 9 2B
Octal 167 144 146 0 20 16 65 542 11 53
Binary 1110111 1100100 1100110 0 10000 1110 110101 101100010 1001 101011

Color Harmonies of #776466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776466

Black with #776466

Text Example


Text Example

White with #776466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776466; }

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

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

background-color css

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

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

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

border-color css

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

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

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