Html Css Color HEX #776265 Falcon

📋 copy color: '#776265'

red 119 ◦ green 98 ◦ blue 101

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

Shades of Falcon #776265

Tints of Falcon #776265

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.82%

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

R = 37.42%
G = 30.82%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#776265 (or 0x776265) is known color: Falcon. HEX triplet: 77, 62 and 65. RGB value is (119,98,101). Sum of RGB (Red+Green+Blue) = 119+98+101=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #776265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776265 is #889D9A. Grayscale: #686868. Windows color (decimal): -8953243 or 6644343. OLE color: 6644343.

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

Color convert

RGB 119 98 101 -
CMYK 0 0.18 0.15 0.53
HSL 351.43º 0.1% 0.43% -
HSV(B) 351.43º 0.18% 0.47% -
XYZ 14.32 13.6 14.18 -
YUV 104.62 125.96 138.26 -
System Red Green Blue C M Y K H S L
Decimal 119 98 101 0 0.18 0.15 0.53 351.43 0.1 0.43
Hex 77 62 65 0 12 F 35 15F A 2B
Octal 167 142 145 0 22 17 65 537 12 53
Binary 1110111 1100010 1100101 0 10010 1111 110101 101011111 1010 101011

Color Harmonies of #776265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776265

Black with #776265

Text Example


Text Example

White with #776265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776265; }

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

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

background-color css

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

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

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

border-color css

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

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

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