Html Css Color HEX #777A55 Finch

📋 copy color: '#777A55'

red 119 ◦ green 122 ◦ blue 85

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

Shades of Finch #777A55

Tints of Finch #777A55

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.42%

 BLUE value IS 85 (33.59% from 255) = 26.07%

R = 36.5%
G = 37.42%
B = 26.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#777A55 (or 0x777A55) is known color: Finch. HEX triplet: 77, 7A and 55. RGB value is (119,122,85). Sum of RGB (Red+Green+Blue) = 119+122+85=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 122 - color contains mainly: green. Hex color #777A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777A55 is #8885AA. Grayscale: #757575. Windows color (decimal): -8947115 or 5601911. OLE color: 5601911.

HSL color Cylindrical-coordinate representation of color #777A55: hue angle of 64.86º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #777A55 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB 119 122 85 -
CMYK 0.02 0 0.30 0.52
HSL 64.86º 0.18% 0.41% -
HSV(B) 64.86º 0.3% 0.48% -
XYZ 16.21 18.5 11.31 -
YUV 116.89 110.01 129.51 -
System Red Green Blue C M Y K H S L
Decimal 119 122 85 0.02 0 0.30 0.52 64.86 0.18 0.41
Hex 77 7A 55 2 0 1E 34 41 12 29
Octal 167 172 125 2 0 36 64 101 22 51
Binary 1110111 1111010 1010101 10 0 11110 110100 1000001 10010 101001

Color Harmonies of #777A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777A55

Black with #777A55

Text Example


Text Example

White with #777A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777A55; }

 p { color: rgb(119,122,85); }

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

background-color css

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

 a { background-color: rgb(119,122,85); }

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

border-color css

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

 span { border-color: rgb(119,122,85); }

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