Html Css Color HEX #777864 Finch

📋 copy color: '#777864'

red 119 ◦ green 120 ◦ blue 100

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

Shades of Finch #777864

Tints of Finch #777864

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.4%

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

R = 35.1%
G = 35.4%
B = 29.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#777864 (or 0x777864) is known color: Finch. HEX triplet: 77, 78 and 64. RGB value is (119,120,100). Sum of RGB (Red+Green+Blue) = 119+120+100=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 120 - color contains mainly: green. Hex color #777864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777864 is #88879B. Grayscale: #757575. Windows color (decimal): -8947612 or 6584439. OLE color: 6584439.

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

Color convert

RGB 119 120 100 -
CMYK 0.01 0 0.17 0.53
HSL 63º 0.09% 0.43% -
HSV(B) 63º 0.17% 0.47% -
XYZ 16.62 18.27 14.71 -
YUV 117.42 118.17 129.13 -
System Red Green Blue C M Y K H S L
Decimal 119 120 100 0.01 0 0.17 0.53 63 0.09 0.43
Hex 77 78 64 1 0 11 35 3F 9 2B
Octal 167 170 144 1 0 21 65 77 11 53
Binary 1110111 1111000 1100100 1 0 10001 110101 111111 1001 101011

Color Harmonies of #777864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777864

Black with #777864

Text Example


Text Example

White with #777864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777864; }

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

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

background-color css

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

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

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

border-color css

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

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

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