Html Css Color HEX #777E45 Finch

📋 copy color: '#777E45'

red 119 ◦ green 126 ◦ blue 69

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

Shades of Finch #777E45

Tints of Finch #777E45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.97%

R = 37.9%
G = 40.13%
B = 21.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#777E45 (or 0x777E45) is known color: Finch. HEX triplet: 77, 7E and 45. RGB value is (119,126,69). Sum of RGB (Red+Green+Blue) = 119+126+69=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 126 (49.61% from 255 or 40.13% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 126 - color contains mainly: green. Hex color #777E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777E45 is #8881BA. Grayscale: #757575. Windows color (decimal): -8946107 or 4554359. OLE color: 4554359.

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

Color convert

RGB 119 126 69 -
CMYK 0.06 0 0.45 0.51
HSL 67.37º 0.29% 0.38% -
HSV(B) 67.37º 0.45% 0.49% -
XYZ 16.14 19.27 8.5 -
YUV 117.41 100.68 129.13 -
System Red Green Blue C M Y K H S L
Decimal 119 126 69 0.06 0 0.45 0.51 67.37 0.29 0.38
Hex 77 7E 45 6 0 2D 33 43 1D 26
Octal 167 176 105 6 0 55 63 103 35 46
Binary 1110111 1111110 1000101 110 0 101101 110011 1000011 11101 100110

Color Harmonies of #777E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777E45

Black with #777E45

Text Example


Text Example

White with #777E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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