Html Css Color HEX #777E5F Finch

📋 copy color: '#777E5F'

red 119 ◦ green 126 ◦ blue 95

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

Shades of Finch #777E5F

Tints of Finch #777E5F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.06%

 BLUE value IS 95 (37.5% from 255) = 27.94%

R = 35%
G = 37.06%
B = 27.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#777E5F (or 0x777E5F) is known color: Finch. HEX triplet: 77, 7E and 5F. RGB value is (119,126,95). Sum of RGB (Red+Green+Blue) = 119+126+95=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 126 - color contains mainly: green. Hex color #777E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777E5F is #8881A0. Grayscale: #787878. Windows color (decimal): -8946081 or 6258295. OLE color: 6258295.

HSL color Cylindrical-coordinate representation of color #777E5F: hue angle of 73.55º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #777E5F is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 126 95 -
CMYK 0.06 0 0.25 0.51
HSL 73.55º 0.14% 0.43% -
HSV(B) 73.55º 0.25% 0.49% -
XYZ 17.13 19.67 13.72 -
YUV 120.37 113.68 127.02 -
System Red Green Blue C M Y K H S L
Decimal 119 126 95 0.06 0 0.25 0.51 73.55 0.14 0.43
Hex 77 7E 5F 6 0 19 33 4A E 2B
Octal 167 176 137 6 0 31 63 112 16 53
Binary 1110111 1111110 1011111 110 0 11001 110011 1001010 1110 101011

Color Harmonies of #777E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777E5F

Black with #777E5F

Text Example


Text Example

White with #777E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,126,95); }

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

background-color css

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

 a { background-color: rgb(119,126,95); }

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

border-color css

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

 span { border-color: rgb(119,126,95); }

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