Html Css Color HEX #776365 Falcon

📋 copy color: '#776365'

red 119 ◦ green 99 ◦ blue 101

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

Shades of Falcon #776365

Tints of Falcon #776365

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.03%

 BLUE value IS 101 (39.84% from 255) = 31.66%

R = 37.3%
G = 31.03%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#776365 (or 0x776365) is known color: Falcon. HEX triplet: 77, 63 and 65. RGB value is (119,99,101). Sum of RGB (Red+Green+Blue) = 119+99+101=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 119 - color contains mainly: red. Hex color #776365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776365 is #889C9A. Grayscale: #696969. Windows color (decimal): -8952987 or 6644599. OLE color: 6644599.

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

Color convert

RGB 119 99 101 -
CMYK 0 0.17 0.15 0.53
HSL 354º 0.09% 0.43% -
HSV(B) 354º 0.17% 0.47% -
XYZ 14.42 13.79 14.21 -
YUV 105.21 125.63 137.84 -
System Red Green Blue C M Y K H S L
Decimal 119 99 101 0 0.17 0.15 0.53 354 0.09 0.43
Hex 77 63 65 0 11 F 35 162 9 2B
Octal 167 143 145 0 21 17 65 542 11 53
Binary 1110111 1100011 1100101 0 10001 1111 110101 101100010 1001 101011

Color Harmonies of #776365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776365

Black with #776365

Text Example


Text Example

White with #776365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776365; }

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

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

background-color css

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

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

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

border-color css

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

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

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