Html Css Color HEX #777D55 Finch

📋 copy color: '#777D55'

red 119 ◦ green 125 ◦ blue 85

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

Shades of Finch #777D55

Tints of Finch #777D55

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.99%

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

R = 36.17%
G = 37.99%
B = 25.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.51

RGB Variations

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

Color information

#777D55 (or 0x777D55) is known color: Finch. HEX triplet: 77, 7D and 55. RGB value is (119,125,85). Sum of RGB (Red+Green+Blue) = 119+125+85=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 125 - color contains mainly: green. Hex color #777D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777D55 is #8882AA. Grayscale: #767676. Windows color (decimal): -8946347 or 5602679. OLE color: 5602679.

HSL color Cylindrical-coordinate representation of color #777D55: hue angle of 69º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #777D55 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 125 85 -
CMYK 0.05 0 0.32 0.51
HSL 69º 0.19% 0.41% -
HSV(B) 69º 0.32% 0.49% -
XYZ 16.58 19.25 11.44 -
YUV 118.65 109.01 128.25 -
System Red Green Blue C M Y K H S L
Decimal 119 125 85 0.05 0 0.32 0.51 69 0.19 0.41
Hex 77 7D 55 5 0 20 33 45 13 29
Octal 167 175 125 5 0 40 63 105 23 51
Binary 1110111 1111101 1010101 101 0 100000 110011 1000101 10011 101001

Color Harmonies of #777D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777D55

Black with #777D55

Text Example


Text Example

White with #777D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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