Html Css Color HEX #776465 Falcon

📋 copy color: '#776465'

red 119 ◦ green 100 ◦ blue 101

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

Shades of Falcon #776465

Tints of Falcon #776465

RGB

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

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

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

R = 37.19%
G = 31.25%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#776465 (or 0x776465) is known color: Falcon. HEX triplet: 77, 64 and 65. RGB value is (119,100,101). Sum of RGB (Red+Green+Blue) = 119+100+101=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 119 - color contains mainly: red. Hex color #776465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776465 is #889B9A. Grayscale: #696969. Windows color (decimal): -8952731 or 6644855. OLE color: 6644855.

HSL color Cylindrical-coordinate representation of color #776465: hue angle of 356.84º 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 #776465 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 100 101 -
CMYK 0 0.16 0.15 0.53
HSL 356.84º 0.09% 0.43% -
HSV(B) 356.84º 0.16% 0.47% -
XYZ 14.51 13.98 14.24 -
YUV 105.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 119 100 101 0 0.16 0.15 0.53 356.84 0.09 0.43
Hex 77 64 65 0 10 F 35 165 9 2B
Octal 167 144 145 0 20 17 65 545 11 53
Binary 1110111 1100100 1100101 0 10000 1111 110101 101100101 1001 101011

Color Harmonies of #776465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776465

Black with #776465

Text Example


Text Example

White with #776465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776465; }

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

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

background-color css

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

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

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

border-color css

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

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

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