Html Css Color HEX #776566 Falcon

📋 copy color: '#776566'

red 119 ◦ green 101 ◦ blue 102

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

Shades of Falcon #776566

Tints of Falcon #776566

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.37%

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

R = 36.96%
G = 31.37%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#776566 (or 0x776566) is known color: Falcon. HEX triplet: 77, 65 and 66. RGB value is (119,101,102). Sum of RGB (Red+Green+Blue) = 119+101+102=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 119 - color contains mainly: red. Hex color #776566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776566 is #889A99. Grayscale: #6A6A6A. Windows color (decimal): -8952474 or 6710647. OLE color: 6710647.

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

Color convert

RGB 119 101 102 -
CMYK 0 0.15 0.14 0.53
HSL 356.67º 0.08% 0.43% -
HSV(B) 356.67º 0.15% 0.47% -
XYZ 14.66 14.19 14.54 -
YUV 106.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 119 101 102 0 0.15 0.14 0.53 356.67 0.08 0.43
Hex 77 65 66 0 F E 35 165 8 2B
Octal 167 145 146 0 17 16 65 545 10 53
Binary 1110111 1100101 1100110 0 1111 1110 110101 101100101 1000 101011

Color Harmonies of #776566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776566

Black with #776566

Text Example


Text Example

White with #776566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776566; }

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

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

background-color css

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

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

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

border-color css

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

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

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