Html Css Color HEX #776064 Falcon

📋 copy color: '#776064'

red 119 ◦ green 96 ◦ blue 100

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

Shades of Falcon #776064

Tints of Falcon #776064

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.48%

 BLUE value IS 100 (39.45% from 255) = 31.75%

R = 37.78%
G = 30.48%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#776064 (or 0x776064) is known color: Falcon. HEX triplet: 77, 60 and 64. RGB value is (119,96,100). Sum of RGB (Red+Green+Blue) = 119+96+100=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 119 - color contains mainly: red. Hex color #776064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776064 is #889F9B. Grayscale: #676767. Windows color (decimal): -8953756 or 6578295. OLE color: 6578295.

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

Color convert

RGB 119 96 100 -
CMYK 0 0.19 0.16 0.53
HSL 349.57º 0.11% 0.42% -
HSV(B) 349.57º 0.19% 0.47% -
XYZ 14.09 13.21 13.86 -
YUV 103.33 126.12 139.17 -
System Red Green Blue C M Y K H S L
Decimal 119 96 100 0 0.19 0.16 0.53 349.57 0.11 0.42
Hex 77 60 64 0 13 10 35 15E B 2A
Octal 167 140 144 0 23 20 65 536 13 52
Binary 1110111 1100000 1100100 0 10011 10000 110101 101011110 1011 101010

Color Harmonies of #776064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776064

Black with #776064

Text Example


Text Example

White with #776064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776064; }

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

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

background-color css

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

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

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

border-color css

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

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

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