Html Css Color HEX #777865 Finch

📋 copy color: '#777865'

red 119 ◦ green 120 ◦ blue 101

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

Shades of Finch #777865

Tints of Finch #777865

RGB

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

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

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

R = 35%
G = 35.29%
B = 29.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#777865 (or 0x777865) is known color: Finch. HEX triplet: 77, 78 and 65. RGB value is (119,120,101). Sum of RGB (Red+Green+Blue) = 119+120+101=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 120 - color contains mainly: green. Hex color #777865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777865 is #88879A. Grayscale: #757575. Windows color (decimal): -8947611 or 6649975. OLE color: 6649975.

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

Color convert

RGB 119 120 101 -
CMYK 0.01 0 0.16 0.53
HSL 63.16º 0.09% 0.43% -
HSV(B) 63.16º 0.16% 0.47% -
XYZ 16.67 18.29 14.96 -
YUV 117.54 118.67 129.04 -
System Red Green Blue C M Y K H S L
Decimal 119 120 101 0.01 0 0.16 0.53 63.16 0.09 0.43
Hex 77 78 65 1 0 10 35 3F 9 2B
Octal 167 170 145 1 0 20 65 77 11 53
Binary 1110111 1111000 1100101 1 0 10000 110101 111111 1001 101011

Color Harmonies of #777865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777865

Black with #777865

Text Example


Text Example

White with #777865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777865; }

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

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

background-color css

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

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

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

border-color css

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

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

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