Html Css Color HEX #777C5D Finch

📋 copy color: '#777C5D'

red 119 ◦ green 124 ◦ blue 93

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

Shades of Finch #777C5D

Tints of Finch #777C5D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.9%

 BLUE value IS 93 (36.72% from 255) = 27.68%

R = 35.42%
G = 36.9%
B = 27.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#777C5D (or 0x777C5D) is known color: Finch. HEX triplet: 77, 7C and 5D. RGB value is (119,124,93). Sum of RGB (Red+Green+Blue) = 119+124+93=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 124 - color contains mainly: green. Hex color #777C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777C5D is #8883A2. Grayscale: #777777. Windows color (decimal): -8946595 or 6126711. OLE color: 6126711.

HSL color Cylindrical-coordinate representation of color #777C5D: hue angle of 69.68º 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 #777C5D is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 124 93 -
CMYK 0.04 0 0.25 0.51
HSL 69.68º 0.14% 0.43% -
HSV(B) 69.68º 0.25% 0.49% -
XYZ 16.79 19.13 13.16 -
YUV 118.97 113.34 128.02 -
System Red Green Blue C M Y K H S L
Decimal 119 124 93 0.04 0 0.25 0.51 69.68 0.14 0.43
Hex 77 7C 5D 4 0 19 33 46 E 2B
Octal 167 174 135 4 0 31 63 106 16 53
Binary 1110111 1111100 1011101 100 0 11001 110011 1000110 1110 101011

Color Harmonies of #777C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777C5D

Black with #777C5D

Text Example


Text Example

White with #777C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,124,93); }

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

background-color css

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

 a { background-color: rgb(119,124,93); }

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

border-color css

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

 span { border-color: rgb(119,124,93); }

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